We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46557a commit b511760Copy full SHA for b511760
.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
51
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v4
52
with:
53
languages: ${{ matrix.language }}
54
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -65,7 +65,7 @@ jobs:
65
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
66
# If this step fails, then you should remove it and run the build manually (see below)
67
- name: Autobuild
68
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
69
70
# ℹ️ Command-line programs to run using the OS shell.
71
# 📚 https://git.io/JvXDl
0 commit comments