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 9cd4644 commit d1e774dCopy full SHA for d1e774d
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
37
# If this step fails, then you should remove it and run the build manually (see below)
38
- name: Autobuild
39
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
40
41
# ℹ️ Command-line programs to run using the OS shell.
42
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -49,4 +49,4 @@ jobs:
49
# ./location_of_script_within_repo/buildscript.sh
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments