Skip to content

Commit a212e8a

Browse files
ci: fix nonexistent actions/upload-artifact SHA pin (Refs standards#48) (#74)
Bulk remediation for #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 #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 c46026e commit a212e8a

33 files changed

Lines changed: 57 additions & 57 deletions

File tree

0-ai-gatekeeper-protocol/.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-ai-gatekeeper-protocol/mcp-repo-guardian/.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-ai-gatekeeper-protocol/repo-guardian-fs/.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

a2ml/.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

a2ml/actions/validate/.github/workflows/hypatia-scan.yml

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

a2ml/actions/validate/.github/workflows/static-analysis-gate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "Skipped: panic-attack not available in this environment." >> "$GITHUB_STEP_SUMMARY"
105105
106106
- name: Upload panic-attack findings
107-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
107+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
108108
with:
109109
name: panic-attack-findings
110110
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

a2ml/bindings/deno/.github/workflows/hypatia-scan.yml

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

a2ml/bindings/deno/.github/workflows/static-analysis-gate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "Skipped: panic-attack not available in this environment." >> "$GITHUB_STEP_SUMMARY"
105105
106106
- name: Upload panic-attack findings
107-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
107+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
108108
with:
109109
name: panic-attack-findings
110110
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

a2ml/bindings/haskell/.github/workflows/hypatia-scan.yml

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

a2ml/bindings/haskell/.github/workflows/static-analysis-gate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "Skipped: panic-attack not available in this environment." >> "$GITHUB_STEP_SUMMARY"
105105
106106
- name: Upload panic-attack findings
107-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
107+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
108108
with:
109109
name: panic-attack-findings
110110
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

0 commit comments

Comments
 (0)