Replies: 1 comment 1 reply
-
Since it isn't included in a default query suite, try adding it directly to your codeql-init action's options: - name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
packs: codeql/java-queries:Security/CWE/CWE-020/UntrustedDataToExternalAPI.ql Note that if you're using a matrix build for multiple languages, you might need to set this in the matrix specification and use this instead, similar to how matrix builds usually treat the with:
packs: ${{ matrix.packs }} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
期待答复,谢谢
Beta Was this translation helpful? Give feedback.
All reactions