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

16 lines
490 B
Markdown

{% 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 %}