Skip to content

Commit d9005a6

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 11acc0b commit d9005a6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/governance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ permissions:
2828
jobs:
2929
governance:
3030
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
31-
timeout-minutes: 10

.github/workflows/scorecard-enforcer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
# Check specific high-priority items
5555
check-critical:
5656
runs-on: ubuntu-latest
57-
timeout-minutes: 15
5857
steps:
5958
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6059
- name: Check SECURITY.md exists

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ permissions:
1212
contents: read
1313
jobs:
1414
scan:
15+
permissions:
16+
contents: read
17+
pull-requests: write
18+
actions: read
1519
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
1620
secrets: inherit

0 commit comments

Comments
 (0)