From 49edcc14a137fc18e10a6aedbdf0cbe0e5b2f50b Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Sun, 17 May 2026 00:11:04 +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 --- augmented/.github/workflows/hypatia-scan.yml | 2 +- config-reporter/.github/workflows/hypatia-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/augmented/.github/workflows/hypatia-scan.yml b/augmented/.github/workflows/hypatia-scan.yml index f2bf132..e16e191 100644 --- a/augmented/.github/workflows/hypatia-scan.yml +++ b/augmented/.github/workflows/hypatia-scan.yml @@ -75,7 +75,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 diff --git a/config-reporter/.github/workflows/hypatia-scan.yml b/config-reporter/.github/workflows/hypatia-scan.yml index f2bf132..e16e191 100644 --- a/config-reporter/.github/workflows/hypatia-scan.yml +++ b/config-reporter/.github/workflows/hypatia-scan.yml @@ -75,7 +75,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