File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13530,7 +13530,7 @@ const toolcache = __importStar(__nccwpck_require__(7784));
1353013530const github = __importStar(__nccwpck_require__(5438));
1353113531const toolrunner = __importStar(__nccwpck_require__(8159));
1353213532exports.EXTRACTOR_REPOSITORY = "advanced-security/codeql-extractor-iac";
13533- exports.EXTRACTOR_VERSION = "v0.4.0 "; // stable version
13533+ exports.EXTRACTOR_VERSION = "v0.4.1 "; // stable version
1353413534async function newCodeQL() {
1353513535 var version = core.getInput("extractor-version");
1353613536 if (version === "") {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as github from "@actions/github";
77import * as toolrunner from "@actions/exec/lib/toolrunner" ;
88
99export const EXTRACTOR_REPOSITORY = "advanced-security/codeql-extractor-iac" ;
10- export const EXTRACTOR_VERSION = "v0.4.0 " ; // stable version
10+ export const EXTRACTOR_VERSION = "v0.4.1 " ; // stable version
1111
1212export interface CodeQLConfig {
1313 // The path to the codeql bundle.
Original file line number Diff line number Diff line change 11name : codeql-extractor-iac
2- version : 0.4.0
2+ version : 0.4.1
33default : false
44
55locations :
Original file line number Diff line number Diff line change 2020
2121``` yaml
2222- name : Initialize and Analyze IaC
23- uses :
advanced-security/[email protected] .0 23+ uses :
advanced-security/[email protected] .1 2424` ` `
2525
2626**Note:** See full documentation on [Workflows][docs-workflows].
Original file line number Diff line number Diff line change 11name : " iac"
22display_name : " IAC"
3- version : 0.4.0
3+ version : 0.4.1
44column_kind : " utf8"
55legacy_qltest_extraction : true
66github_api_languages :
Original file line number Diff line number Diff line change 11[package ]
22name = " codeql-extractor-iac"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [" GitHub" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 22library : true
33warnOnImplicitThis : false
44name : advanced-security/iac-all
5- version : 0.4.0
5+ version : 0.4.1
66dependencies :
77 codeql/util : ^0.1.2
88 codeql/yaml : ^0.1.2
Original file line number Diff line number Diff line change 11name : advanced-security/iac-queries
2- version : 0.4.0
2+ version : 0.4.1
33groups :
44 - iac
55 - queries
You can’t perform that action at this time.
0 commit comments