Skip to content

Commit 667fd8d

Browse files
authored
Merge pull request #170 from advanced-security/chore-release-
[chore]: Create release for v0.4.1
2 parents f1fe0f4 + 4879c24 commit 667fd8d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13530,7 +13530,7 @@ const toolcache = __importStar(__nccwpck_require__(7784));
1353013530
const github = __importStar(__nccwpck_require__(5438));
1353113531
const toolrunner = __importStar(__nccwpck_require__(8159));
1353213532
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
1353413534
async function newCodeQL() {
1353513535
var version = core.getInput("extractor-version");
1353613536
if (version === "") {

.github/action/src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as github from "@actions/github";
77
import * as toolrunner from "@actions/exec/lib/toolrunner";
88

99
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
1111

1212
export interface CodeQLConfig {
1313
// The path to the codeql bundle.

.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql-extractor-iac
2-
version: 0.4.0
2+
version: 0.4.1
33
default: false
44

55
locations:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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].

codeql-extractor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "iac"
22
display_name: "IAC"
3-
version: 0.4.0
3+
version: 0.4.1
44
column_kind: "utf8"
55
legacy_qltest_extraction: true
66
github_api_languages:

extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeql-extractor-iac"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["GitHub"]
55
edition = "2018"
66

ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
library: true
33
warnOnImplicitThis: false
44
name: advanced-security/iac-all
5-
version: 0.4.0
5+
version: 0.4.1
66
dependencies:
77
codeql/util: ^0.1.2
88
codeql/yaml: ^0.1.2

ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: advanced-security/iac-queries
2-
version: 0.4.0
2+
version: 0.4.1
33
groups:
44
- iac
55
- queries

0 commit comments

Comments
 (0)