Skip to content

Commit d810fb8

Browse files
ci: fix nonexistent actions/upload-artifact SHA pin (Refs standards#48) (#38)
Bulk remediation for hyperpolymath/standards#48. `actions/upload-artifact` was pinned to `65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478` which **does not exist** in `actions/upload-artifact`, breaking every affected workflow at *Set up job*. Replaced with the real **v4.6.2** SHA `ea165f8d65b6e75b540449e92b4886f43607fa02` (the pin already used by the canonical rsr-template-repo / v3-templater generators). SHA-only replacement; pre-existing version comments left intact (cosmetic). Refs hyperpolymath/standards#48 — per standards#66 protocol this PR uses `Refs` (not `Closes`); joint-close only on explicit agreement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: hyperpolymath <hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4744680 commit d810fb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

civic-stream/.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
7676
7777
- name: Upload findings artifact
78-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7979
with:
8080
name: hypatia-findings
8181
path: hypatia-findings.json

indieweb2-bastion/.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
7676
7777
- name: Upload findings artifact
78-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7979
with:
8080
name: hypatia-findings
8181
path: hypatia-findings.json

0 commit comments

Comments
 (0)