Skip to content

Commit 4e3df1b

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 e33838b commit 4e3df1b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
7777
7878
- name: Upload findings artifact
79-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
79+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8080
with:
8181
name: hypatia-findings
8282
path: hypatia-findings.json
@@ -177,4 +177,4 @@ jobs:
177177
repo: context.repo.repo,
178178
issue_number: context.issue.number,
179179
body: comment
180-
});
180+
});

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

Comments
 (0)