File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ outputs:
3838
3939runs :
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 }}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : hlint-scan
8- version : 0.3 .0
8+ version : 0.4 .0
99synopsis : Code scanning GitHub action using HLint.
1010description : Scans code with HLint and uploads its analysis results to GitHub code scanning.
1111 See <https://github.com/haskell-actions/hlint-scan> .
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : hlint-scan
16- version : 0.3 .0
16+ version : 0.4 .0
1717github : " haskell-actions/hlint-scan"
1818license : Apache-2.0
1919author : " Yoo Chung"
You can’t perform that action at this time.
0 commit comments