We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548339c commit 5294ff7Copy full SHA for 5294ff7
.github/workflows/maven-dependency-check.yml
@@ -45,11 +45,6 @@ jobs:
45
# Do not set IFS=$'\n\t', breaks ${MAVEN_CLI_OPTS}
46
# shellcheck disable=SC2086 # [Double quote to prevent globbing and word splitting]: splitting is desired for MAVEN_CLI_OPTS
47
./mvnw ${MAVEN_CLI_OPTS} -DdependencyCheck.NVDApiKey=${NVD_API_KEY} dependency-check:aggregate
48
- - name: Upload artifacts
49
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50
- with:
51
- name: ${{ github.workflow }}
52
- path: xml/target/
53
- name: Clean up
54
working-directory: xml
55
shell: bash
0 commit comments