Skip to content

Commit

Permalink
add permission to codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu committed Apr 15, 2024
1 parent 004832c commit 2336af6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: "Code scanning - action"
on:
push:
pull_request:


permissions:
actions: read
contents: read
security-events: write

jobs:
CodeQL-Build:

Expand Down

0 comments on commit 2336af6

Please sign in to comment.