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 cb62db6 commit c9ea707Copy full SHA for c9ea707
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
42
with:
43
languages: ${{ matrix.language }}
44
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -49,7 +49,7 @@ jobs:
49
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
50
# If this step fails, then you should remove it and run the build manually (see below)
51
- name: Autobuild
52
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
53
54
# ℹ️ Command-line programs to run using the OS shell.
55
# 📚 https://git.io/JvXDl
0 commit comments