Skip to content

Commit bb62ed9

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 03bb15a commit bb62ed9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ permissions:
99
jobs:
1010
mirror:
1111
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@e6b2884722350515934d443daf23442f2195796f
12-
timeout-minutes: 10
1312
secrets: inherit

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ permissions:
1111
contents: read
1212
jobs:
1313
scan:
14+
permissions:
15+
contents: read
16+
pull-requests: write
17+
actions: read
1418
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@3e4bd4c93911750727e2e4c66dff859e00079da0
15-
timeout-minutes: 10
1619
secrets: inherit
1720
trufflehog:
1821
runs-on: ubuntu-latest

.github/workflows/spark-theatre-gate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313
jobs:
1414
spark-theatre-gate:
1515
uses: hyperpolymath/standards/.github/workflows/spark-theatre-gate.yml@462003782f3ebb93ea763e81d0d199ce13ef7d73
16-
timeout-minutes: 10
1716
with:
1817
paths: "."
1918
enforce_zero_contract: false

0 commit comments

Comments
 (0)