Skip to content

Commit 5294ff7

Browse files
committed
ci(github-actions): do not share SARIF publicly
1 parent 548339c commit 5294ff7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/maven-dependency-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
# Do not set IFS=$'\n\t', breaks ${MAVEN_CLI_OPTS}
4646
# shellcheck disable=SC2086 # [Double quote to prevent globbing and word splitting]: splitting is desired for MAVEN_CLI_OPTS
4747
./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/
5348
- name: Clean up
5449
working-directory: xml
5550
shell: bash

0 commit comments

Comments
 (0)