Skip to content

Commit 3b24063

Browse files
ci: bump actions/upload-artifact SHA to current v4 (#4)
1 parent 4dee079 commit 3b24063

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/static-analysis-gate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "Skipped: panic-attack not available in this environment." >> "$GITHUB_STEP_SUMMARY"
106106
107107
- name: Upload panic-attack findings
108-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
108+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
109109
with:
110110
name: panic-attack-findings
111111
path: panic-attack-findings.json
@@ -218,7 +218,7 @@ jobs:
218218
echo "Skipped: Hypatia scanner not available in this environment." >> "$GITHUB_STEP_SUMMARY"
219219
220220
- name: Upload hypatia findings
221-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
221+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
222222
with:
223223
name: hypatia-findings
224224
path: hypatia-findings.json
@@ -306,7 +306,7 @@ jobs:
306306
echo "Skipped: panic-attack not available in this environment." >> "$GITHUB_STEP_SUMMARY"
307307
308308
- name: Upload bridge report
309-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
309+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
310310
with:
311311
name: bridge-report
312312
path: bridge-report.json
@@ -404,7 +404,7 @@ jobs:
404404
echo "low=$LOW" >> "$GITHUB_OUTPUT"
405405
406406
- name: Upload unified findings (fleet scanner picks these up)
407-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
407+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
408408
with:
409409
name: unified-findings
410410
path: findings/unified-findings.json
@@ -429,4 +429,4 @@ jobs:
429429
430430
Findings saved as \`unified-findings\` artifact.
431431
The gitbot-fleet scanner will ingest these on its next pass.
432-
EOF
432+
EOF

0 commit comments

Comments
 (0)