Skip to content

Commit f6c1acb

Browse files
committed
Release as v0.4.0.
1 parent 408479a commit f6c1acb

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ outputs:
3838

3939
runs:
4040
using: docker
41-
# image: docker://ghcr.io/haskell-actions/hlint-scan:latest
42-
image: Dockerfile
41+
image: docker://ghcr.io/haskell-actions/hlint-scan:v0.4.0
4342
args:
4443
- binary=${{ inputs.binary }}
4544
- path=${{ inputs.path }}

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ the [Haskell Package Versioning Policy].
1010

1111
## Unreleased
1212

13+
## 0.4.0 - 2023-04-09
14+
15+
* Strip "./" from relative file paths.
16+
* GitHub can now find files in repositories.
17+
1318
## 0.3.0 - 2023-04-06
1419

1520
* Use prebuilt Docker image for the Docker composite action.

hlint-scan.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hlint-scan
8-
version: 0.3.0
8+
version: 0.4.0
99
synopsis: Code scanning GitHub action using HLint.
1010
description: Scans code with HLint and uploads its analysis results to GitHub code scanning.
1111
See <https://github.com/haskell-actions/hlint-scan>.

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: hlint-scan
16-
version: 0.3.0
16+
version: 0.4.0
1717
github: "haskell-actions/hlint-scan"
1818
license: Apache-2.0
1919
author: "Yoo Chung"

0 commit comments

Comments
 (0)