Test DR Action branch with big new manifest #20
This file contains 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: Dependency Graph Test Workflow Maven Snapshot | |
on: [pull_request] | |
jobs: | |
DependencyGraphAutoSnapshotSubmission: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout target repository | |
uses: actions/checkout@v3 | |
- name: Install JDK | |
uses: actions/setup-java@v3 | |
with: | |
java-version-file: .java-version | |
distribution: zulu | |
cache: maven | |
- name: Submit snapshot | |
uses: advanced-security/maven-dependency-submission-action@v3 |