Skip to content

Commit 542470b

Browse files
committed
feat(version): v0.0.3
1 parent c8c4c5f commit 542470b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "codeql-extractor-action"
22
repository: "advanced-security/codeql-extractor-action"
3-
version: 0.0.2
3+
version: 0.0.3
44

55
ecosystems:
66
- Docs
77
- Rust
8+
- Docker

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codeql-extractor-action"
33
description = "GitHub Action for CodeQL Extractors"
4-
version = "0.0.2"
4+
version = "0.0.3"
55

66
license = "MIT"
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This action is designed to be used in conjunction with the [CodeQL][CodeQL] anal
2929

3030
```yml
3131
- name: "CodeQL Extractor Action"
32-
uses: advanced-security/[email protected].2
32+
uses: advanced-security/[email protected].3
3333
with:
3434
# Repository reference (e.g. "owner/repo", "owner/repo@ref")
3535
extractor: "advanced-security/codeql-extractor-iac"

0 commit comments

Comments
 (0)