We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsd71c66d +a83aab2 commit7002e02Copy full SHA for 7002e02
.github/workflows/codeql-analysis.yml
@@ -32,15 +32,15 @@ jobs:
32
33
# Initializes the CodeQL tools for scanning.
34
-name:Initialize CodeQL
35
-uses:github/codeql-action/init@v3
+uses:github/codeql-action/init@v4
36
# Override language selection by uncommenting this and choosing your languages
37
# with:
38
# languages: go, javascript, csharp, python, cpp, java
39
40
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
41
# If this step fails, then you should remove it and run the build manually (see below)
42
-name:Autobuild
43
-uses:github/codeql-action/autobuild@v3
+uses:github/codeql-action/autobuild@v4
44
45
# ℹ️ Command-line programs to run using the OS shell.
46
# 📚 https://git.io/JvXDl
@@ -54,4 +54,4 @@ jobs:
54
# make release
55
56
-name:Perform CodeQL Analysis
57
-uses:github/codeql-action/analyze@v3
+uses:github/codeql-action/analyze@v4