@@ -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
@@ -300,7 +300,7 @@ jobs:
300300 echo "low=$LOW" >> "$GITHUB_OUTPUT"
301301
302302 - name : Upload unified findings (fleet scanner picks these up)
303- uses : actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
303+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
304304 with :
305305 name : unified-findings
306306 path : findings/unified-findings.json
@@ -325,4 +325,4 @@ jobs:
325325
326326 Findings saved as \`unified-findings\` artifact.
327327 The gitbot-fleet scanner will ingest these on its next pass.
328- EOF
328+ EOF
0 commit comments