Skip to content

Commit fcf0bb9

Browse files
committed
ci: bump actions/upload-artifact SHA to current v4
1 parent 6555833 commit fcf0bb9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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
@@ -219,7 +219,7 @@ jobs:
219219
echo "Skipped: Hypatia scanner not available in this environment." >> "$GITHUB_STEP_SUMMARY"
220220
221221
- name: Upload hypatia findings
222-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
222+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
223223
with:
224224
name: hypatia-findings
225225
path: hypatia-findings.json
@@ -302,7 +302,7 @@ jobs:
302302
echo "low=$LOW" >> "$GITHUB_OUTPUT"
303303
304304
- name: Upload unified findings (fleet scanner picks these up)
305-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
305+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
306306
with:
307307
name: unified-findings
308308
path: findings/unified-findings.json
@@ -327,4 +327,4 @@ jobs:
327327
328328
Findings saved as \`unified-findings\` artifact.
329329
The gitbot-fleet scanner will ingest these on its next pass.
330-
EOF
330+
EOF

0 commit comments

Comments
 (0)