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 c20b793 commit a4378c6Copy full SHA for a4378c6
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
45
# If this step fails, then you should remove it and run the build manually (see below)
46
- name: Autobuild
47
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@231aa2c8a89117b126725a0e11897209b7118144
48
49
# ℹ️ Command-line programs to run using the OS shell.
50
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
58
# make release
59
60
- name: Perform CodeQL Analysis
61
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144
0 commit comments