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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
42
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
33
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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