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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
53
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
48
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
135
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
220
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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