Skip to content

Commit 0b23319

Browse files
committed
2 parents 59e3db2 + 2d24025 commit 0b23319

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CodeQL_PR_Analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: "CodeQL PR Analysis"
2+
permissions:
3+
contents: read
4+
security-events: write
25

36
on:
47
pull_request:
@@ -36,4 +39,4 @@ jobs:
3639
run: dotnet build src/RandomAPI/RandomAPI.csproj
3740

3841
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)