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));
13530
13530
const github = __importStar(__nccwpck_require__(5438));
13531
13531
const toolrunner = __importStar(__nccwpck_require__(8159));
13532
13532
exports.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
13534
13534
async function newCodeQL() {
13535
13535
var version = core.getInput("extractor-version");
13536
13536
if (version === "") {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as github from "@actions/github";
7
7
import * as toolrunner from "@actions/exec/lib/toolrunner" ;
8
8
9
9
export 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
11
11
12
12
export interface CodeQLConfig {
13
13
// The path to the codeql bundle.
Original file line number Diff line number Diff line change 1
1
name : codeql-extractor-iac
2
- version : 0.4.0
2
+ version : 0.4.1
3
3
default : false
4
4
5
5
locations :
Original file line number Diff line number Diff line change 20
20
21
21
``` yaml
22
22
- name : Initialize and Analyze IaC
23
- uses :
advanced-security/[email protected] .0
23
+ uses :
advanced-security/[email protected] .1
24
24
` ` `
25
25
26
26
**Note:** See full documentation on [Workflows][docs-workflows].
Original file line number Diff line number Diff line change 1
1
name : " iac"
2
2
display_name : " IAC"
3
- version : 0.4.0
3
+ version : 0.4.1
4
4
column_kind : " utf8"
5
5
legacy_qltest_extraction : true
6
6
github_api_languages :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " codeql-extractor-iac"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [" GitHub" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 2
2
library : true
3
3
warnOnImplicitThis : false
4
4
name : advanced-security/iac-all
5
- version : 0.4.0
5
+ version : 0.4.1
6
6
dependencies :
7
7
codeql/util : ^0.1.2
8
8
codeql/yaml : ^0.1.2
Original file line number Diff line number Diff line change 1
1
name : advanced-security/iac-queries
2
- version : 0.4.0
2
+ version : 0.4.1
3
3
groups :
4
4
- iac
5
5
- queries
You can’t perform that action at this time.
0 commit comments