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 3f01098 commit 933f836Copy full SHA for 933f836
.github/workflows/codeql.yml
@@ -34,10 +34,10 @@ jobs:
34
with:
35
languages: ${{ matrix.language }}
36
37
- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
38
- # If this step fails, then you should remove it and run the build manually (see below)
39
- - name: Autobuild
40
- uses: github/codeql-action/autobuild@v3
+ # # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
+ # # If this step fails, then you should remove it and run the build manually (see below)
+ # - name: Autobuild
+ # uses: github/codeql-action/autobuild@v3
41
42
# ℹ️ Command-line programs to run using the OS shell.
43
# 📚 https://git.io/JvXDl
0 commit comments