Skip to content

Commit 551ae04

Browse files
committed
ci: update code ql
1 parent 060180c commit 551ae04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4040
# If this step fails, then you should remove it and run the build manually (see below)
4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@v1
42+
uses: github/codeql-action/autobuild@v2
4343

4444
# ℹ️ Command-line programs to run using the OS shell.
4545
# 📚 https://git.io/JvXDl
@@ -49,4 +49,4 @@ jobs:
4949
# uses a compiled language
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@v1
52+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)