Skip to content

Commit ed0dbf3

Browse files
authored
Merge pull request #73 from Dolibarr/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents 91f0812 + 4fe0911 commit ed0dbf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
pull_request:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
check-update:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)