diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c1dcd..5f2b380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +*Nothing yet.* + +## [v0.3.0] - 2024-11-06 + ### Added - Detection of `busybox sh` scripts @@ -90,4 +94,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.2.0]: https://github.com/chmeliik/checkton/compare/v0.1.2...v0.2.0 [v0.2.1]: https://github.com/chmeliik/checkton/compare/v0.2.0...v0.2.1 [v0.2.2]: https://github.com/chmeliik/checkton/compare/v0.2.1...v0.2.2 -[unreleased]: https://github.com/chmeliik/checkton/compare/v0.2.2...HEAD +[v0.3.0]: https://github.com/chmeliik/checkton/compare/v0.2.2...v0.3.0 +[unreleased]: https://github.com/chmeliik/checkton/compare/v0.3.0...HEAD diff --git a/README.md b/README.md index 363cfab..2d05729 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: - name: Run Checkton id: checkton - uses: chmeliik/checkton@v0.2.2 + uses: chmeliik/checkton@v0.3.0 with: # Let there be green. GitHub's code scanning will do the reporting. fail-on-findings: false diff --git a/action.yaml b/action.yaml index 4532e29..d9ea68c 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/chmeliik/checkton:v0.2.2@sha256:426193bad20ee44d465ce4795398e7f5efa3d9348c9db1c31ecc6d635da80c11 + image: docker://ghcr.io/chmeliik/checkton:v0.3.0@sha256:f5a8b20a847be84f37d9561c03635fc5b36e78ca0f8bf5574829867c275c2a08 env: CHECKTON_DIFFERENTIAL: ${{ inputs.differential }} CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}