We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b77aa commit e497b68Copy full SHA for e497b68
.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
# If this step fails, then you should remove it and run the build manually (see below)
55
- name: Autobuild
56
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v4
57
58
# ℹ️ Command-line programs to run using the OS shell.
59
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
67
# make release
68
69
- name: Perform CodeQL Analysis
70
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v4
0 commit comments