This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch sbp in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 690e461ff9ff15e500cf1245ca0382941d162481 Author: Sean B. Palmer <[email protected]> AuthorDate: Mon Mar 2 16:09:19 2026 +0000 Use experimental CodeQL query suites for actions --- .github/workflows/codeql.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index feb181ca..20694471 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -25,10 +25,13 @@ jobs: matrix: include: - language: python + query_suite: security-extended suppression_pack: +codeql/python-queries:AlertSuppression.ql - language: actions + query_suite: security-and-quality,security-experimental suppression_pack: "" - language: javascript-typescript + query_suite: security-extended suppression_pack: "" steps: @@ -41,7 +44,7 @@ jobs: uses: github/codeql-action/init@267c4672a565967e4531438f2498370de5e8a98d with: languages: ${{ matrix.language }} - queries: security-extended + queries: ${{ matrix.query_suite }} packs: ${{ matrix.suppression_pack }} config-file: ./codeql-config.yml --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
