Skip to content

Commit 4f03973

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 a40fae4 commit 4f03973

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ permissions:
1212
jobs:
1313
mirror:
1414
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
15-
timeout-minutes: 10
1615
secrets: inherit

.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@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
19-
timeout-minutes: 10
2023
secrets: inherit

0 commit comments

Comments
 (0)