Skip to content

Commit 2088026

Browse files
committed
Add default permissions statement
1 parent a426de0 commit 2088026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
schedule:
1515
- cron: '25 4 * * 2'
1616

17+
# Declare default permissions as read only.
18+
permissions: read-all
19+
1720
env:
1821
DOTNET_NOLOGO: true
1922
DOTNET_GENERATE_ASPNET_CERTIFICATE: false

0 commit comments

Comments
 (0)