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 fce952c commit 71813c6Copy full SHA for 71813c6
.github/workflows/codeql-analysis.yml
@@ -62,7 +62,7 @@ jobs:
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
# If this step fails, then you should remove it and run the build manually (see below)
64
- name: Autobuild
65
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
66
67
# ℹ️ Command-line programs to run using the OS shell.
68
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,4 +75,4 @@ jobs:
75
# ./location_of_script_within_repo/buildscript.sh
76
77
- name: Perform CodeQL Analysis
78
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments