File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
# shellcheck disable=SC2086
40
40
./mvnw ${MAVEN_CLI_OPTS} dependency-check:aggregate
41
41
- name : Upload artifacts
42
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
43
43
with :
44
44
name : ${{ github.workflow }}
45
45
path : xml/target/
Original file line number Diff line number Diff line change 30
30
results_format : sarif
31
31
publish_results : true
32
32
- name : " Upload artifact"
33
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
33
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
34
34
with :
35
35
name : SARIF file
36
36
path : results.sarif
You can’t perform that action at this time.
0 commit comments