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 4f06471 commit 5426334Copy full SHA for 5426334
.github/workflows/codeql-reusable.yml
@@ -100,7 +100,9 @@ jobs:
100
with:
101
languages: ${{ inputs.language }}
102
# Use the specified query suite
103
- queries: ${{ inputs.query-suite }}
+ # 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 }}
106
# Add query packs if specified
107
packs: ${{ inputs.query-packs }}
108
# Set build mode based on input parameter
0 commit comments