From 79604d77f811d08b1b33a9a2a9572e8a61b52c6f Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 27 Jun 2026 19:04:31 +0000 Subject: [PATCH] ci: refresh standards reusable pins to current HEAD (e9c8888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the remaining standards reusable pins (governance, secret-scanner, scorecard, mirror) to e9c8888 — current standards main — and refreshes the stale `# main 2026-06-02` date comment on the governance pin. The scan pin was already bumped in #325; this completes the refresh so the governance reusable in use includes the source-pinned scanner cache fix (standards#441). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_017wGTeLwiBGJ5rETC3QT4Pm --- .github/workflows/governance.yml | 2 +- .github/workflows/mirror.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/secret-scanner.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 56aa01c..6246c3b 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -31,5 +31,5 @@ permissions: jobs: governance: - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e # main 2026-06-02 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 # main 2026-06-27 timeout-minutes: 30 diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index c02fe41..00f335c 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,6 +11,6 @@ permissions: jobs: mirror: - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 secrets: inherit timeout-minutes: 60 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e046f5f..a66954e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -15,6 +15,6 @@ jobs: permissions: security-events: write id-token: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 secrets: inherit timeout-minutes: 20 diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 2628a26..0078829 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -15,6 +15,6 @@ permissions: jobs: scan: - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 secrets: inherit timeout-minutes: 20