Skip to content

Commit fe93d20

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 17e7f8f commit fe93d20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +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@3f34549c03274ec7a74683068f03a492b0fa805f
1923
secrets: inherit

0 commit comments

Comments
 (0)