Skip to content

Commit 4e3b8f8

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 da06ea5 commit 4e3b8f8

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ permissions:
1111

1212
jobs:
1313
mirror:
14-
timeout-minutes: 15
1514
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
1615
secrets: inherit

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ jobs:
154154
provenance:
155155
name: SLSA Provenance
156156
needs: [build]
157-
timeout-minutes: 20
158157
permissions:
159158
actions: read
160159
id-token: write

.github/workflows/rust-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ permissions:
2020

2121
jobs:
2222
rust-ci:
23-
timeout-minutes: 30
2423
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236

.github/workflows/secret-scanner.yml

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

1616
jobs:
1717
scan:
18-
timeout-minutes: 15
1918
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
2019
secrets: inherit

0 commit comments

Comments
 (0)