Skip to content

Commit b90354a

Browse files
authored
Merge pull request #203 from msgpack/gfx/workflow-permissions
[CI] set security-events: write for CodeQL workflow
2 parents 0878295 + 4785457 commit b90354a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
name: Analyze
1414
runs-on: ubuntu-latest
1515

16+
permissions:
17+
security-events: write
18+
1619
steps:
1720
- name: Checkout repository
1821
uses: actions/checkout@v2

0 commit comments

Comments
 (0)