We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1c0f0 commit 226c5a6Copy full SHA for 226c5a6
.github/workflows/codeql.yml
@@ -2,12 +2,18 @@ name: "CodeQL analysis"
2
3
on:
4
push:
5
+ branches: [ master ]
6
pull_request:
7
8
schedule:
- - cron: '0 0 * * 0'
9
+ - cron: '25 22 * * 6'
10
11
jobs:
12
codeql:
13
+ permissions:
14
+ actions: read
15
+ contents: read
16
+ security-events: write
17
18
strategy:
19
fail-fast: false
@@ -16,10 +22,10 @@ jobs:
22
23
steps:
24
- name: Checkout repository
- uses: actions/checkout@v2
25
+ uses: actions/checkout@v4
20
26
21
27
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
28
+ uses: github/codeql-action/init@v3
29
30
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
31
+ uses: github/codeql-action/analyze@v3
0 commit comments