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:
4747
4848runs :
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 }}
Original file line number Diff line number Diff 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.
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 : 1.2 .0
8+ version : 1.3 .0
99synopsis : Code scanning GitHub action using HLint.
1010description : 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 .
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : hlint-scan
16- version : 1.2 .0
16+ version : 1.3 .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