Skip to content

Commit acdb8ae

Browse files
authored
Merge pull request #265 from InvaderZim85/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 757ee52 + 0916b8f commit acdb8ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build:
1417

0 commit comments

Comments
 (0)