Skip to content

Commit e4357c4

Browse files
committed
Try commenting out init
1 parent 2741300 commit e4357c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
uses: actions/checkout@main
3535

3636
# 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 }}
37+
# - name: Initialize CodeQL
38+
# uses: github/codeql-action/init@v4
39+
# with:
40+
# languages: ${{ matrix.language }}
41+
# build-mode: ${{ matrix.build-mode }}
4242
# # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4343
# # If this step fails, then you should remove it and run the build manually (see below)
4444
# - name: Autobuild

0 commit comments

Comments
 (0)