Skip to content

Commit 5426334

Browse files
Comment out queries input in CodeQL workflow
Comment out the queries input to prioritize custom pack usage.
1 parent 4f06471 commit 5426334

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-reusable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ jobs:
100100
with:
101101
languages: ${{ inputs.language }}
102102
# Use the specified query suite
103-
queries: ${{ inputs.query-suite }}
103+
# I AM COMMENTING THIS OUT TO MAKE SURE IT ONLY USES MY PACK. THIS WILL BREAK OTHER THINGS THAT USE THIS PARAM
104+
# ULTIMATELY I SHOULD UPDATE MY CODE TO HANDLE THE SCENARIO
105+
# queries: ${{ inputs.query-suite }}
104106
# Add query packs if specified
105107
packs: ${{ inputs.query-packs }}
106108
# Set build mode based on input parameter

0 commit comments

Comments
 (0)