Skip to content

Commit c26c949

Browse files
committed
fix: permissions as recommended by CodeQL
1 parent 78d9b96 commit c26c949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
schedule:
1010
- cron: '0 7 * * *' # Run every morning at 7am UTC
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
nutest-tests:
1417
name: Run Tests

0 commit comments

Comments
 (0)