Skip to content

Commit abd8bbb

Browse files
committed
Preparation for release v1.3.0.
1 parent 110bdb7 commit abd8bbb

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

action.yaml

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

4848
runs:
4949
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
5151
args:
5252
- binary=${{ inputs.binary }}
5353
- path=${{ inputs.path }}

docs/CHANGELOG.md

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

1111
## Unreleased
1212

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+
1319
## 1.2.0 - 2024-10-31
1420

1521
* Update to HLint v3.8.

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: 1.2.0
8+
version: 1.3.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
This is intended to be used as a standalone application on GitHub and not a library.

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: 1.2.0
16+
version: 1.3.0
1717
github: "haskell-actions/hlint-scan"
1818
license: Apache-2.0
1919
author: "Yoo Chung"

0 commit comments

Comments
 (0)