Skip to content

Commit 57fbb52

Browse files
committed
ci: add permissions block to smoke-tests workflow
Resolves CodeQL findings: workflow does not contain permissions. Consistent with build.yml and pr.yml patterns in this repo.
1 parent 27190cf commit 57fbb52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/smoke-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
push:
1515
branches: [main]
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
smoke-modern:
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)