Skip to content

Commit e6339a6

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 275e1f6 commit e6339a6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rsr-antipattern.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ on:
1010
jobs:
1111
antipattern-check:
1212
uses: hyperpolymath/standards/.github/workflows/rsr-antipattern-reusable.yml@main
13-
timeout-minutes: 10

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ permissions:
1212
contents: read
1313
jobs:
1414
scan:
15+
permissions:
16+
contents: read
17+
pull-requests: write
18+
actions: read
1519
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
1620
secrets: inherit

0 commit comments

Comments
 (0)