Skip to content

Commit c19accf

Browse files
author
Jon Langevin
committed
ci(hooks-check): add explicit permissions block + workflow-self path filter on PR (Copilot/CodeQL review)
1 parent 38dcb5e commit c19accf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/hooks-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
- 'hooks/**'
1212
- 'tests/hook-contracts.sh'
1313
- 'tests/hook-stdout-discipline.sh'
14+
- '.github/workflows/hooks-check.yml'
15+
16+
permissions:
17+
contents: read
18+
1419
jobs:
1520
hooks:
1621
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)