Skip to content

Commit 55ea00e

Browse files
committed
chore: Add permissions block to quality CI job
Address CodeQL finding: restrict GITHUB_TOKEN to contents:read.
1 parent d8c2328 commit 55ea00e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
name: Code quality checks
192192
runs-on: ubuntu-latest
193193
timeout-minutes: 30
194+
permissions:
195+
contents: read
194196
steps:
195197
- uses: actions/checkout@v4
196198

0 commit comments

Comments
 (0)