diff --git a/.github/action/dist/index.js b/.github/action/dist/index.js index 3c1d2bf..584c2b9 100644 --- a/.github/action/dist/index.js +++ b/.github/action/dist/index.js @@ -13530,7 +13530,7 @@ const toolcache = __importStar(__nccwpck_require__(7784)); const github = __importStar(__nccwpck_require__(5438)); const toolrunner = __importStar(__nccwpck_require__(8159)); exports.EXTRACTOR_REPOSITORY = "advanced-security/codeql-extractor-iac"; -exports.EXTRACTOR_VERSION = "v0.4.0"; // stable version +exports.EXTRACTOR_VERSION = "v0.4.1"; // stable version async function newCodeQL() { var version = core.getInput("extractor-version"); if (version === "") { diff --git a/.github/action/src/codeql.ts b/.github/action/src/codeql.ts index dc9aed5..cb14918 100644 --- a/.github/action/src/codeql.ts +++ b/.github/action/src/codeql.ts @@ -7,7 +7,7 @@ import * as github from "@actions/github"; import * as toolrunner from "@actions/exec/lib/toolrunner"; export const EXTRACTOR_REPOSITORY = "advanced-security/codeql-extractor-iac"; -export const EXTRACTOR_VERSION = "v0.4.0"; // stable version +export const EXTRACTOR_VERSION = "v0.4.1"; // stable version export interface CodeQLConfig { // The path to the codeql bundle. diff --git a/.release.yml b/.release.yml index 21ff4c1..fc3e37c 100644 --- a/.release.yml +++ b/.release.yml @@ -1,5 +1,5 @@ name: codeql-extractor-iac -version: 0.4.0 +version: 0.4.1 default: false locations: diff --git a/README.md b/README.md index 8875dfd..c397163 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ```yaml - name: Initialize and Analyze IaC - uses: advanced-security/codeql-extractor-iac@v0.4.0 + uses: advanced-security/codeql-extractor-iac@v0.4.1 ``` **Note:** See full documentation on [Workflows][docs-workflows]. diff --git a/codeql-extractor.yml b/codeql-extractor.yml index 250d804..a051275 100644 --- a/codeql-extractor.yml +++ b/codeql-extractor.yml @@ -1,6 +1,6 @@ name: "iac" display_name: "IAC" -version: 0.4.0 +version: 0.4.1 column_kind: "utf8" legacy_qltest_extraction: true github_api_languages: diff --git a/extractor/Cargo.toml b/extractor/Cargo.toml index 0bf42b0..8eb5c0a 100644 --- a/extractor/Cargo.toml +++ b/extractor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeql-extractor-iac" -version = "0.4.0" +version = "0.4.1" authors = ["GitHub"] edition = "2018" diff --git a/ql/lib/qlpack.yml b/ql/lib/qlpack.yml index c914f84..33360e9 100644 --- a/ql/lib/qlpack.yml +++ b/ql/lib/qlpack.yml @@ -2,7 +2,7 @@ library: true warnOnImplicitThis: false name: advanced-security/iac-all -version: 0.4.0 +version: 0.4.1 dependencies: codeql/util: ^0.1.2 codeql/yaml: ^0.1.2 diff --git a/ql/src/qlpack.yml b/ql/src/qlpack.yml index 336685a..703d9c2 100644 --- a/ql/src/qlpack.yml +++ b/ql/src/qlpack.yml @@ -1,5 +1,5 @@ name: advanced-security/iac-queries -version: 0.4.0 +version: 0.4.1 groups: - iac - queries