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 2741300 commit e4357c4Copy full SHA for e4357c4
.github/workflows/codeql.yml
@@ -34,11 +34,11 @@ jobs:
34
uses: actions/checkout@main
35
36
# Initializes the CodeQL tools for scanning.
37
- - name: Initialize CodeQL
38
- uses: github/codeql-action/init@v4
39
- with:
40
- languages: ${{ matrix.language }}
41
- build-mode: ${{ matrix.build-mode }}
+ # - name: Initialize CodeQL
+ # uses: github/codeql-action/init@v4
+ # with:
+ # languages: ${{ matrix.language }}
+ # build-mode: ${{ matrix.build-mode }}
42
# # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
43
# # If this step fails, then you should remove it and run the build manually (see below)
44
# - name: Autobuild
0 commit comments