We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e8e2a commit 9afa57cCopy full SHA for 9afa57c
1 file changed
.github/workflows/code-ql.yml
@@ -2,7 +2,6 @@
2
name: "CodeQL"
3
4
on:
5
-
6
schedule:
7
#run 5 minutes after midnight daily
8
- cron: '5 0 * * *'
@@ -34,7 +33,7 @@ jobs:
34
33
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
38
with:
39
languages: 'cpp'
40
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -96,4 +95,4 @@ jobs:
96
95
make all test
97
98
- name: Perform CodeQL Analysis
99
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments