@@ -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
@@ -217,7 +217,7 @@ jobs:
217217 echo "Skipped: Hypatia scanner not available in this environment." >> "$GITHUB_STEP_SUMMARY"
218218
219219 - name : Upload hypatia findings
220- uses : actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
220+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
221221 with :
222222 name : hypatia-findings
223223 path : hypatia-findings.json
@@ -305,7 +305,7 @@ jobs:
305305 echo "Skipped: panic-attack not available in this environment." >> "$GITHUB_STEP_SUMMARY"
306306
307307 - name : Upload bridge report
308- uses : actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
308+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
309309 with :
310310 name : bridge-report
311311 path : bridge-report.json
@@ -403,7 +403,7 @@ jobs:
403403 echo "low=$LOW" >> "$GITHUB_OUTPUT"
404404
405405 - name : Upload unified findings (fleet scanner picks these up)
406- uses : actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
406+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
407407 with :
408408 name : unified-findings
409409 path : findings/unified-findings.json
@@ -428,4 +428,4 @@ jobs:
428428
429429 Findings saved as \`unified-findings\` artifact.
430430 The gitbot-fleet scanner will ingest these on its next pass.
431- EOF
431+ EOF
0 commit comments