File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ * Nothing yet.*
11
+
12
+ ## [ v0.3.1] - 2024-11-20
13
+
10
14
### Fixed
11
15
12
16
- If a target branch for a PR contained fixes that the source branch did not
@@ -101,4 +105,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101
105
[ v0.2.1 ] : https://github.com/chmeliik/checkton/compare/v0.2.0...v0.2.1
102
106
[ v0.2.2 ] : https://github.com/chmeliik/checkton/compare/v0.2.1...v0.2.2
103
107
[ v0.3.0 ] : https://github.com/chmeliik/checkton/compare/v0.2.2...v0.3.0
104
- [ unreleased ] : https://github.com/chmeliik/checkton/compare/v0.3.0...HEAD
108
+ [ v0.3.1 ] : https://github.com/chmeliik/checkton/compare/v0.3.0...v0.3.1
109
+ [ unreleased ] : https://github.com/chmeliik/checkton/compare/v0.3.1...HEAD
Original file line number Diff line number Diff line change 34
34
35
35
- name : Run Checkton
36
36
id : checkton
37
- uses : chmeliik/checkton@v0.3.0
37
+ uses : chmeliik/checkton@v0.3.1
38
38
with :
39
39
# Let there be green. GitHub's code scanning will do the reporting.
40
40
fail-on-findings : false
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ outputs:
68
68
69
69
runs :
70
70
using : docker
71
- image : docker://ghcr.io/chmeliik/checkton:v0.3.0 @sha256:f5a8b20a847be84f37d9561c03635fc5b36e78ca0f8bf5574829867c275c2a08
71
+ image : docker://ghcr.io/chmeliik/checkton:v0.3.1 @sha256:bc161c752b7580539de548b10387cdc405c5e012cc588e5fc726987d0fabf8c2
72
72
env :
73
73
CHECKTON_DIFFERENTIAL : ${{ inputs.differential }}
74
74
CHECKTON_INCLUDE_REGEX : ${{ inputs.include-regex }}
You can’t perform that action at this time.
0 commit comments