File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2121 security-events : write
2222 steps :
2323 - uses : actions/checkout@v3
24- - uses : haskell-actions/hlint-scan@v0
24+ - uses : haskell-actions/hlint-scan@v1
2525` ` `
2626
2727### Inputs
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ outputs:
4141
4242runs :
4343 using : docker
44- image : docker://ghcr.io/haskell-actions/hlint-scan:main
44+ image : docker://ghcr.io/haskell-actions/hlint-scan:v1.0.0
4545 args :
4646 - binary=${{ inputs.binary }}
4747 - path=${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ the [Haskell Package Versioning Policy].
1010
1111## Unreleased
1212
13+ ## 1.0.0 - 2023-04-15
14+
1315* Uses much smaller Docker image size.
1416* Escape backslashes in messages.
1517* Support scanning multiple paths.
Original file line number Diff line number Diff line change 77| 1.0.0 | :white_check_mark : |
88| < 1.0 | :x : |
99
10- Note that there is no version 1.0.0 yet.
11- In other words, using this project now would be at your own risk.
12-
1310## Reporting a Vulnerability
1411
1512To report a security issue, please [ file] a security advisory on GitHub
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : hlint-scan
16- version : 0.9 .0
16+ version : 1.0 .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