Skip to content

Commit ceb7e96

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 5d78093 commit ceb7e96

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
@@ -11,5 +11,4 @@ permissions:
1111
jobs:
1212
mirror:
1313
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
14-
timeout-minutes: 10
1514
secrets: inherit

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ permissions:
1313
contents: read
1414
jobs:
1515
scan:
16+
permissions:
17+
contents: read
18+
pull-requests: write
19+
actions: read
1620
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
17-
timeout-minutes: 10
1821
secrets: inherit
1922
trufflehog:
2023
runs-on: ubuntu-latest

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ permissions:
1515
jobs:
1616
spark-theatre-gate:
1717
uses: hyperpolymath/standards/.github/workflows/spark-theatre-gate.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
18-
timeout-minutes: 10
1918
with:
2019
paths: "."
2120
enforce_zero_contract: false

0 commit comments

Comments
 (0)