Skip to content

Commit 0a2edc4

Browse files
ci: fix nonexistent actions/upload-artifact SHA pin (#144)
Replace fabricated pin 65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 (does not exist in actions/upload-artifact) with the real v4.6.2 SHA ea165f8d65b6e75b540449e92b4886f43607fa02, matching the canonical rsr-template-repo / v3-templater pin. Unblocks 'Set up job' on every affected workflow. Refs hyperpolymath/standards#48 Co-authored-by: hyperpolymath <hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3fdc5e4 commit 0a2edc4

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

affinescript-vite/.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

affinescript-vite/.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
@@ -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

affinescriptiser/.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 3 additions & 3 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

road-skate/.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

road-skate/.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
@@ -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

0 commit comments

Comments
 (0)