We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd70e08 commit e75425dCopy full SHA for e75425d
1 file changed
.github/workflows/_codeql.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
41
with:
42
languages: ${{ matrix.language }}
43
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,7 +51,7 @@ jobs:
51
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
52
# If this step fails, then you should remove it and run the build manually (see below)
53
- name: Autobuild
54
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
55
56
# ℹ️ Command-line programs to run using the OS shell.
57
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments