Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
checkton-bot authored and chmeliik committed Nov 20, 2024
1 parent 140b4de commit 242b56e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

*Nothing yet.*

## [v0.3.1] - 2024-11-20

### Fixed

- If a target branch for a PR contained fixes that the source branch did not
Expand Down Expand Up @@ -101,4 +105,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[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
[v0.3.1]: https://github.com/chmeliik/checkton/compare/v0.3.0...v0.3.1
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.3.1...HEAD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run Checkton
id: checkton
uses: chmeliik/[email protected].0
uses: chmeliik/[email protected].1
with:
# Let there be green. GitHub's code scanning will do the reporting.
fail-on-findings: false
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/chmeliik/checkton:v0.3.0@sha256:f5a8b20a847be84f37d9561c03635fc5b36e78ca0f8bf5574829867c275c2a08
image: docker://ghcr.io/chmeliik/checkton:v0.3.1@sha256:bc161c752b7580539de548b10387cdc405c5e012cc588e5fc726987d0fabf8c2
env:
CHECKTON_DIFFERENTIAL: ${{ inputs.differential }}
CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}
Expand Down

0 comments on commit 242b56e

Please sign in to comment.