From c234c6866c5cfb5e3dc9ccdcc049e59053cc9048 Mon Sep 17 00:00:00 2001 From: checkton-bot Date: Mon, 29 Jul 2024 08:26:13 +0000 Subject: [PATCH] Release v0.2.2 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- action.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d1500..112f6e6 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.2.2] - 2024-07-29 + ### Fixed - Run the formatter (`csgrep` or `sarif-fmt`) at the correct git ref @@ -75,4 +79,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.1.2]: https://github.com/chmeliik/checkton/compare/v0.1.1...v0.1.2 [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 -[unreleased]: https://github.com/chmeliik/checkton/compare/v0.2.1...HEAD +[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 diff --git a/README.md b/README.md index e8b52a6..363cfab 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: - name: Run Checkton id: checkton - uses: chmeliik/checkton@v0.2.1 + uses: chmeliik/checkton@v0.2.2 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 dad632b..4532e29 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/chmeliik/checkton:v0.2.1@sha256:d4bdbf75c7e17415c6c96eeee8930fb27e5dd976092ee74c3db545086ef5003c + image: docker://ghcr.io/chmeliik/checkton:v0.2.2@sha256:426193bad20ee44d465ce4795398e7f5efa3d9348c9db1c31ecc6d635da80c11 env: CHECKTON_DIFFERENTIAL: ${{ inputs.differential }} CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}