We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea2434 commit 4e51947Copy full SHA for 4e51947
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
47
with:
48
languages: ${{ matrix.language }}
49
source-root: src
@@ -55,7 +55,7 @@ jobs:
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
# If this step fails, then you should remove it and run the build manually (see below)
57
- name: Autobuild
58
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
59
60
# ℹ️ Command-line programs to run using the OS shell.
61
# 📚 https://git.io/JvXDl
@@ -69,4 +69,4 @@ jobs:
69
# make release
70
71
- name: Perform CodeQL Analysis
72
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments