Skip to content

Commit 339b581

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#2322)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent c18b065 commit 339b581

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: read
11+
actions: read
12+
913
jobs:
1014
ci:
1115
name: dotnet

0 commit comments

Comments
 (0)