We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e259c commit f1a8444Copy full SHA for f1a8444
.github/workflows/codeql-analysis.yml
@@ -67,15 +67,15 @@ jobs:
67
68
# Initializes the CodeQL tools for scanning.
69
- name: Initialize CodeQL
70
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
71
with:
72
languages: ${{ matrix.language }}
73
74
# Autobuild attempts to build any compiled languages (C/C++, C#, or
75
# Java). If this step fails, then you should remove it and run the build
76
# manually (see below).
77
- name: Autobuild
78
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
79
80
# ℹ️ Command-line programs to run using the OS shell.
81
# 📚 https://git.io/JvXDl
@@ -89,4 +89,4 @@ jobs:
89
# make release
90
91
- name: Perform CodeQL Analysis
92
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments