Skip to content

Commit 9afa57c

Browse files
authored
chore: update codeql version (#721)
1 parent 49e8e2a commit 9afa57c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/code-ql.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: "CodeQL"
33

44
on:
5-
65
schedule:
76
#run 5 minutes after midnight daily
87
- cron: '5 0 * * *'
@@ -34,7 +33,7 @@ jobs:
3433

3534
# Initializes the CodeQL tools for scanning.
3635
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
36+
uses: github/codeql-action/init@v3
3837
with:
3938
languages: 'cpp'
4039
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -96,4 +95,4 @@ jobs:
9695
make all test
9796
9897
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@v2
98+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)