Skip to content

Commit 4f06471

Browse files
Disable debugging step in codeql-reusable.yml
Comment out debugging step in CodeQL workflow
1 parent efc00ee commit 4f06471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
cache: 'maven'
9191

9292
# Step 2.5 : Debugging
93-
- name: Debugging
94-
run: |
95-
ls -al /opt/hostedtoolcache/CodeQL/2.23.1/x64/codeql/qlpacks/codeql/java-queries/1.8.0
93+
#- name: Debugging
94+
# run: |
95+
# ls -al /opt/hostedtoolcache/CodeQL/2.23.1/x64/codeql/qlpacks/codeql/java-queries/1.8.0
9696

9797
# Step 3: Initialize CodeQL with specified configuration
9898
- name: 'Initialize CodeQL'

0 commit comments

Comments
 (0)