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 parentsebdd24e +02bf319 commit366d43dCopy full SHA for 366d43d
.github/workflows/codeql.yml
@@ -21,15 +21,15 @@ jobs:
21
22
# Initializes the CodeQL tools for scanning.
23
-name:Initialize CodeQL
24
-uses:github/codeql-action/init@v2
+uses:github/codeql-action/init@v3
25
# Override language selection by uncommenting this and choosing your languages
26
# with:
27
# languages: go, javascript, csharp, python, cpp, java, ruby
28
29
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
30
# If this step fails, then you should remove it and run the build manually (see below).
31
-name:Autobuild
32
-uses:github/codeql-action/autobuild@v2
+uses:github/codeql-action/autobuild@v3
33
34
# ℹ️ Command-line programs to run using the OS shell.
35
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -43,4 +43,4 @@ jobs:
43
# make release
44
45
-name:Perform CodeQL Analysis
46
-uses:github/codeql-action/analyze@v2
+uses:github/codeql-action/analyze@v3