|
1 | | - |
2 | 1 | docs: |
3 | | -- changed-files: |
4 | | - - any-glob-to-any-file: 'docs/*' |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: "docs/*" |
5 | 4 |
|
6 | 5 | action: |
7 | | -- changed-files: |
8 | | - - any-glob-to-any-file: '.github/action/*' |
| 6 | + - changed-files: |
| 7 | + - any-glob-to-any-file: ".github/action/*" |
9 | 8 |
|
10 | 9 | extractor: |
11 | | -- changed-files: |
12 | | - - any-glob-to-any-file: |
13 | | - - 'extractor/*' |
14 | | - - 'tools/*' |
| 10 | + - changed-files: |
| 11 | + - any-glob-to-any-file: |
| 12 | + - "extractor/*" |
| 13 | + - "tools/*" |
| 14 | + |
| 15 | +version: |
| 16 | + - changed-files: |
| 17 | + - any-glob-to-any-file: ".release.yml" |
15 | 18 |
|
16 | 19 | ql-library: |
17 | | -- changed-files: |
18 | | - - any-glob-to-any-file: |
19 | | - - 'ql/lib/*' |
| 20 | + - changed-files: |
| 21 | + - any-glob-to-any-file: |
| 22 | + - "ql/lib/*" |
20 | 23 |
|
21 | 24 | ql-queries: |
22 | | -- changed-files: |
23 | | - - any-glob-to-any-file: |
24 | | - - 'ql/src/*' |
| 25 | + - changed-files: |
| 26 | + - any-glob-to-any-file: |
| 27 | + - "ql/src/*" |
25 | 28 |
|
26 | 29 | ql-tests: |
27 | | -- changed-files: |
28 | | - - any-glob-to-any-file: |
29 | | - - 'ql/test/*' |
| 30 | + - changed-files: |
| 31 | + - any-glob-to-any-file: |
| 32 | + - "ql/test/*" |
30 | 33 |
|
31 | 34 | # Languages |
32 | 35 |
|
33 | 36 | bicep: |
34 | | -- changed-files: |
35 | | - - any-glob-to-any-file: |
36 | | - - ql/lib/codeql/bicep |
37 | | - - ql/src/security/Bicep |
38 | | - - test/library-tests/bicep |
39 | | - - test/queries-tests/Bicep |
| 37 | + - changed-files: |
| 38 | + - any-glob-to-any-file: |
| 39 | + - ql/lib/codeql/bicep |
| 40 | + - ql/src/security/Bicep |
| 41 | + - test/library-tests/bicep |
| 42 | + - test/queries-tests/Bicep |
40 | 43 |
|
41 | 44 | terraform: |
42 | | -- changed-files: |
43 | | - - any-glob-to-any-file: |
44 | | - - ql/lib/codeql/hcl |
45 | | - - ql/src/security/Terraform |
46 | | - - test/library-tests/hcl |
47 | | - - test/queries-tests/Terraform |
| 45 | + - changed-files: |
| 46 | + - any-glob-to-any-file: |
| 47 | + - ql/lib/codeql/hcl |
| 48 | + - ql/src/security/Terraform |
| 49 | + - test/library-tests/hcl |
| 50 | + - test/queries-tests/Terraform |
0 commit comments