File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ outputs:
47
47
48
48
runs :
49
49
using : docker
50
- image : docker://ghcr.io/haskell-actions/hlint-scan:v1.2 .0
50
+ image : docker://ghcr.io/haskell-actions/hlint-scan:v1.3 .0
51
51
args :
52
52
- binary=${{ inputs.binary }}
53
53
- path=${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ the [Haskell Package Versioning Policy].
10
10
11
11
## Unreleased
12
12
13
+ ## 1.3.0 - 2025-02-06
14
+
15
+ * Add ability to disable code scanning and output annotations.
16
+
17
+ * For use with private repositories without code scanning available.
18
+
13
19
## 1.2.0 - 2024-10-31
14
20
15
21
* Update to HLint v3.8.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : hlint-scan
8
- version : 1.2 .0
8
+ version : 1.3 .0
9
9
synopsis : Code scanning GitHub action using HLint.
10
10
description : Scans code with HLint and uploads its analysis results to GitHub code scanning.
11
11
This is intended to be used as a standalone application on GitHub and not a library .
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : hlint-scan
16
- version : 1.2 .0
16
+ version : 1.3 .0
17
17
github : " haskell-actions/hlint-scan"
18
18
license : Apache-2.0
19
19
author : " Yoo Chung"
You can’t perform that action at this time.
0 commit comments