We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224785f commit 3c172adCopy full SHA for 3c172ad
1 file changed
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
46
with:
47
languages: ${{ matrix.language }}
48
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
# If this step fails, then you should remove it and run the build manually (see below)
55
- name: Autobuild
56
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
57
58
# ℹ️ Command-line programs to run using the OS shell.
59
# 📚 https://git.io/JvXDl
0 commit comments