Skip to content

Commit 8834eeb

Browse files
authored
Merge pull request #232 from maykinmedia/chore/codeql-for-actions
👷 Enable CodeQL scanning for github actions
2 parents 74524e5 + 51f3350 commit 8834eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
schedule:
1616
- cron: '36 0 * * 0'
1717

18+
permissions:
19+
contents: read
20+
security-events: write
21+
1822
jobs:
1923
open-api-workflow-code-analysis:
2024
uses: maykinmedia/open-api-workflows/.github/workflows/code-analysis.yml@v6

0 commit comments

Comments
 (0)