Skip to content

Commit b019d7d

Browse files
ci: bump actions/upload-artifact SHA to current v4 (#4)
* ci: bump actions/upload-artifact SHA to current v4 * ci: bump actions/upload-artifact SHA to current v4
1 parent 92af699 commit b019d7d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
8787
8888
- name: Upload findings artifact
89-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
89+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
9090
with:
9191
name: hypatia-findings
9292
path: hypatia-findings.json
@@ -187,4 +187,4 @@ jobs:
187187
repo: context.repo.repo,
188188
issue_number: context.issue.number,
189189
body: comment
190-
});
190+
});

.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)