Skip to content

Commit 65fd438

Browse files
Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#4)
Signed-off-by: Remy Duijsens <remyduijsens@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent f4ca5a6 commit 65fd438

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-tests-and-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
branches:
1111
- main
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
tests:
1518
name: Tests and Coverage

0 commit comments

Comments
 (0)