Skip to content

Commit ae37061

Browse files
authored
Merge pull request #16 from joelbladt/fix/copilot-alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 5ee5603 + c902411 commit ae37061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- cron: '0 0 * * *'
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
linux_tests:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)