Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
checkton-bot authored and chmeliik committed Jun 21, 2024
1 parent a4c44ce commit f680121
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.1.1] - 2024-06-21

### Fixed

- The success/failure message did not make sense with `differential: false`, now
Expand Down Expand Up @@ -41,4 +45,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.1.0-alpha.1]: https://github.com/chmeliik/checkton/releases/tag/v0.1.0-alpha.1
[v0.1.0-alpha.2]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.1...v0.1.0-alpha.2
[v0.1.0]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...v0.1.0
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0...HEAD
[v0.1.1]: https://github.com/chmeliik/checkton/compare/v0.1.0...v0.1.1
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.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/checkton@v0.1.0
uses: chmeliik/checkton@v0.1.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 @@ -63,7 +63,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/chmeliik/checkton:v0.1.0@sha256:b9acd37ffe59829d8a5ad29f16196b4e4415fe5fcae8dd1ab7e1d61f912b4f19
image: docker://ghcr.io/chmeliik/checkton:v0.1.1@sha256:61ad4df5fd683aacedfbcc78c1635b551c96fee0e6316e30963a9b37c2521ef6
env:
CHECKTON_DIFFERENTIAL: ${{ inputs.differential }}
CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}
Expand Down

0 comments on commit f680121

Please sign in to comment.