Skip to content

Commit d5d800a

Browse files
ci: refresh standards reusable pins to current HEAD (d7c2271) (#2)
Refresh hyperpolymath/standards reusable pins to current main HEAD `d7c22711e830e1f383846472f6e9b99debdb201e` (carries the actions/cache repair, GITHUB_TOKEN wiring, --exit-zero, and the SD022 scanner compile fix). Mechanical pin refresh; propagation of hyperpolymath/hypatia#464. --- _Generated by [Claude Code](https://claude.ai/code)_
1 parent 05d20d9 commit d5d800a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/governance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ permissions:
1616

1717
jobs:
1818
governance:
19-
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@09e7023d24682621bea4e11965a1ef5e87d86c3b
20-
timeout-minutes: 10
19+
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
20+
timeout-minutes: 10

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ permissions:
2525

2626
jobs:
2727
scan:
28-
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@09e7023d24682621bea4e11965a1ef5e87d86c3b
29-
timeout-minutes: 20
28+
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
29+
timeout-minutes: 20

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ permissions:
1616

1717
jobs:
1818
scorecard:
19-
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@09e7023d24682621bea4e11965a1ef5e87d86c3b
19+
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
2020
# Reusable called-workflow permissions are CAPPED by the caller's grants;
2121
# without security-events: write here the scorecard SARIF upload fails with
2222
# startup_failure (hypatia WF018). id-token: write enables OIDC publish.
2323
permissions:
2424
contents: read
2525
security-events: write
2626
id-token: write
27-
timeout-minutes: 15
27+
timeout-minutes: 15

0 commit comments

Comments
 (0)