File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
52
52
- name : Upload artifact
53
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
53
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
54
54
with :
55
55
name : SARIF file
56
56
path : results.sarif
Original file line number Diff line number Diff line change 45
45
outputs : type=docker,dest=${{ runner.temp }}/oss.tar
46
46
47
47
- name : Upload artifact
48
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
48
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
49
49
with :
50
50
name : oss
51
51
path : ${{ runner.temp }}/oss.tar
@@ -132,7 +132,7 @@ jobs:
132
132
docker save nginx-s3-gateway:latest-njs-oss > ${{ runner.temp }}/latest-njs.tar
133
133
134
134
- name : Upload artifact - latest-njs
135
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
135
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
136
136
with :
137
137
name : latest-njs
138
138
path : ${{ runner.temp }}/latest-njs.tar
@@ -217,7 +217,7 @@ jobs:
217
217
docker save nginx-s3-gateway:unprivileged-oss > ${{ runner.temp }}/unprivileged.tar
218
218
219
219
- name : Upload artifact - unprivileged
220
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
220
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
221
221
with :
222
222
name : unprivileged
223
223
path : ${{ runner.temp }}/unprivileged.tar
You can’t perform that action at this time.
0 commit comments