We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2e97e commit e0f22b7Copy full SHA for e0f22b7
.github/workflows/codeql-analysis.yml
@@ -28,14 +28,14 @@ jobs:
28
uses: actions/checkout@v3
29
30
- name: Initialize CodeQL
31
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
32
with:
33
languages: ${{ matrix.language }}
34
35
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
36
# If this step fails, then you should remove it and run the build manually (see below)
37
- name: Autobuild
38
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
39
40
# ℹ️ Command-line programs to run using the OS shell.
41
# 📚 https://git.io/JvXDl
@@ -49,4 +49,4 @@ jobs:
49
# make release
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments