We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060180c commit 551ae04Copy full SHA for 551ae04
.github/workflows/codeql.yml
@@ -39,7 +39,7 @@ jobs:
39
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40
# If this step fails, then you should remove it and run the build manually (see below)
41
- name: Autobuild
42
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
43
44
# ℹ️ Command-line programs to run using the OS shell.
45
# 📚 https://git.io/JvXDl
@@ -49,4 +49,4 @@ jobs:
49
# uses a compiled language
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments