1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/data/reusables/code-scanning/beta-codeql-packs-actions.md

490 B

{% ifversion fpt %}

{% note %}

Note: Use of {% data variables.product.prodname_codeql %} query packs with {% data variables.product.prodname_code_scanning %} is currently in beta and subject to change. To use this beta functionality, update your workflow to specify the beta release of the codeql-action.

 - uses: github/codeql-action/init@v1
   with:
     tools: https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.6.0-beta.1

{% endnote %}

{% endif %}