Merge pull request #837 from ascopes/dependabot/maven/main/org.apache… #633
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security Analysis | |
on: | |
push: | |
branches: | |
- main | |
- v5 | |
jobs: | |
submit-dependency-snapshot: | |
name: Submit Dependency Snapshot | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v5 | |
with: | |
fetch-depth: 1 | |
- name: Initialize Java environment | |
uses: actions/setup-java@v5 | |
with: | |
distribution: zulu | |
java-version: 23 | |
- name: Submit Dependency Snapshot | |
uses: advanced-security/maven-dependency-submission-action@v5 |