File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : " codeql-extractor-bicep"
2
2
repository : " GitHubSecurityLab/codeql-extractor-bicep"
3
- version : " 0.2.1 "
3
+ version : " 0.2.2 "
4
4
5
5
ecosystems :
6
6
- Docs
Original file line number Diff line number Diff line change 18
18
19
19
``` yaml
20
20
- name : Initialize and Analyze Bicep
21
- uses : GitHubSecurityLab/codeql-extractor-bicep@v0.2.1
21
+ uses : GitHubSecurityLab/codeql-extractor-bicep@v0.2.2
22
22
` ` `
23
23
24
24
## Features
Original file line number Diff line number Diff line change 25
25
id : extractor
26
26
with :
27
27
token : ${{ inputs.token }}
28
- extractors : " GitHubSecurityLab/codeql-extractor-bicep@v0.2.1 "
28
+ extractors : " GitHubSecurityLab/codeql-extractor-bicep@v0.2.2 "
29
29
packs : githubsecuritylab/bicep-queries
30
30
languages : " bicep"
31
31
# Assumes GH is installed
Original file line number Diff line number Diff line change 1
1
name : bicep
2
2
display_name : Bicep
3
- version : 0.2.1
3
+ version : 0.2.2
4
4
column_kind : utf8
5
5
legacy_qltest_extraction : true
6
6
build_modes :
Original file line number Diff line number Diff line change 2
2
library : true
3
3
warnOnImplicitThis : false
4
4
name : githubsecuritylab/bicep-all
5
- version : 0.2.1
5
+ version : 0.2.2
6
6
dependencies :
7
7
codeql/util : " ^1.0.0"
8
8
codeql/yaml : " ^1.0.0"
Original file line number Diff line number Diff line change 1
1
name : githubsecuritylab/bicep-queries
2
- version : 0.2.1
2
+ version : 0.2.2
3
3
groups :
4
4
- bicep
5
5
- queries
You can’t perform that action at this time.
0 commit comments