We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c05ee commit 846e6a6Copy full SHA for 846e6a6
.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
61
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
# If this step fails, then you should remove it and run the build manually (see below)
63
- name: Autobuild
64
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
65
66
# ℹ️ Command-line programs to run using the OS shell.
67
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -74,4 +74,4 @@ jobs:
74
# ./location_of_script_within_repo/buildscript.sh
75
76
- name: Perform CodeQL Analysis
77
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments