1
0
mirror of synced 2025-12-20 18:36:31 -05:00

CodeQL CLI ref: Remove backtick from version range (#38238)

This commit is contained in:
Kasper Svendsen
2023-06-21 13:35:55 +02:00
committed by GitHub
parent 9f33e8d657
commit a7e898a24e

View File

@@ -95,7 +95,7 @@ The following properties are supported in `qlpack.yml` files.
- Defines a map from pack references to the semantic version range that is compatible with this pack. Supported for {% data variables.product.prodname_codeql_cli %} versions v2.6.0 and later. For example:
```yaml
dependencies:
codeql/cpp-all: ^0.0.2`
codeql/cpp-all: ^0.0.2
```
#### `defaultSuiteFile`