Skip to content

Commit 6f5684b

Browse files
checkton-botchmeliik
authored andcommitted
Release v0.2.0
1 parent 709cc94 commit 6f5684b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
*Nothing yet.*
11+
12+
## [v0.2.0] - 2024-07-19
13+
1014
### Added
1115

1216
- By default, Checkton now uses `sarif-fmt` to display violations
@@ -58,4 +62,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5862
[v0.1.0]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...v0.1.0
5963
[v0.1.1]: https://github.com/chmeliik/checkton/compare/v0.1.0...v0.1.1
6064
[v0.1.2]: https://github.com/chmeliik/checkton/compare/v0.1.1...v0.1.2
61-
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.2...HEAD
65+
[v0.2.0]: https://github.com/chmeliik/checkton/compare/v0.1.2...v0.2.0
66+
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.2.0...HEAD

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run Checkton
3636
id: checkton
37-
uses: chmeliik/checkton@v0.1.2
37+
uses: chmeliik/checkton@v0.2.0
3838
with:
3939
# Let there be green. GitHub's code scanning will do the reporting.
4040
fail-on-findings: false

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ outputs:
6868

6969
runs:
7070
using: docker
71-
image: docker://ghcr.io/chmeliik/checkton:v0.1.2@sha256:44568e8d001dd9a0d29ebe511cc370cb85a3e9e960cc6a6fc8beddfac6d9d250
71+
image: docker://ghcr.io/chmeliik/checkton:v0.2.0@sha256:1f7d4c6546fa8cf70563b943ce31d865a09c54f84b28a271fd46145b441ab3f0
7272
env:
7373
CHECKTON_DIFFERENTIAL: ${{ inputs.differential }}
7474
CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}

0 commit comments

Comments
 (0)