Skip to content

Commit a4a47db

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

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
@@ -14,6 +14,8 @@ concurrency:
1414
jobs:
1515
lint:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
1719
steps:
1820
- uses: actions/checkout@v5
1921
- name: Set up Node.js

0 commit comments

Comments
 (0)