Skip to content

Commit 8a80ba5

Browse files
committed
fix(ci): estate-wide structural CI fixes
- grant secret-scanner reusable its requested job permissions - drop invalid timeout-minutes on reusable-call jobs - drop hashFiles() from job-level if: expressions
1 parent db466ba commit 8a80ba5

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/governance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ permissions:
3232
jobs:
3333
governance:
3434
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 # main 2026-06-27
35-
timeout-minutes: 30

.github/workflows/hypatia-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ jobs:
3232
# Total caller-side wall-clock cap for the reusable. Matches
3333
# Hypatia's `missing_timeout_minutes` rule expectation. The scan is
3434
# typically ~3 min; the cap leaves headroom for slow estate builds.
35-
timeout-minutes: 30
3635

.github/workflows/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ jobs:
1313
mirror:
1414
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00
1515
secrets: inherit
16-
timeout-minutes: 60

.github/workflows/scorecard.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ jobs:
1717
id-token: write
1818
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00
1919
secrets: inherit
20-
timeout-minutes: 20

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ permissions:
1515

1616
jobs:
1717
scan:
18+
permissions:
19+
contents: read
20+
pull-requests: write
21+
actions: read
1822
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00
1923
secrets: inherit
20-
timeout-minutes: 20

0 commit comments

Comments
 (0)