Skip to content

Commit e6db344

Browse files
Potential fix for code scanning alert no. 7: Workflow does not contain permissions (#67)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 925cd72 commit e6db344

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: npm run lint
2626

2727
test:
28+
permissions:
29+
contents: read
2830
runs-on: ${{matrix.os}}
2931
strategy:
3032
matrix:

0 commit comments

Comments
 (0)