From da61b16e4a5f57536a48f42926a6e0b2a6c3c86e Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Sun, 17 May 2026 00:10:46 +0100 Subject: [PATCH] ci: fix nonexistent actions/upload-artifact SHA pin 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: Claude Opus 4.7 --- scripts/.github/workflows/hypatia-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.github/workflows/hypatia-scan.yml b/scripts/.github/workflows/hypatia-scan.yml index 82ff6ce..30adc5d 100644 --- a/scripts/.github/workflows/hypatia-scan.yml +++ b/scripts/.github/workflows/hypatia-scan.yml @@ -73,7 +73,7 @@ jobs: echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY - name: Upload findings artifact - uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: hypatia-findings path: hypatia-findings.json