Skip to content

Merge pull request #120 from ascopes/dependabot/maven/main/org.apache… #128

Merge pull request #120 from ascopes/dependabot/maven/main/org.apache…

Merge pull request #120 from ascopes/dependabot/maven/main/org.apache… #128

Workflow file for this run

name: Security Analysis
on:
push:
branches:
- main
jobs:
submit-dependency-snapshot:
name: Submit Dependency Snapshot
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Initialize Java environment
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 21
- name: Submit Dependency Snapshot
# Pinned until https://github.com/advanced-security/maven-dependency-submission-action/issues/65 is addressed
uses: advanced-security/[email protected]
with:
maven-args: -B