We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da04703 commit c02a2efCopy full SHA for c02a2ef
.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
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -54,7 +54,7 @@ jobs:
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
# If this step fails, then you should remove it and run the build manually (see below)
56
- name: Autobuild
57
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
58
59
# ℹ️ Command-line programs to run using the OS shell.
60
# 📚 https://git.io/JvXDl
0 commit comments