Skip to content

Commit c064a9e

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 97c7189 commit c064a9e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ permissions:
2222
jobs:
2323
hypatia:
2424
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
25-
timeout-minutes: 10
2625
secrets: inherit

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ 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@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
1519
secrets: inherit

0 commit comments

Comments
 (0)