Skip to content

Commit a9cf75c

Browse files
Potential fix for code scanning alert no. 60: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 94a6e2a commit a9cf75c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-web.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
- "*.md"
1717
- "LICENSE"
1818

19+
permissions:
20+
contents: read
1921
jobs:
2022
test-web:
2123
runs-on:

0 commit comments

Comments
 (0)