Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
期待答复,谢谢
Beta Was this translation helpful? Give feedback.
All reactions