We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f92b0 commit bfdb65eCopy full SHA for bfdb65e
.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v4
44
with:
45
languages: ${{ matrix.language }}
46
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -70,7 +70,7 @@ jobs:
70
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
71
# If this step fails, then you should remove it and run the build manually (see below)
72
- name: Autobuild
73
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v4
74
75
# ℹ️ Command-line programs to run using the OS shell.
76
# 📚 https://git.io/JvXDl
0 commit comments