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 21
21
security-events : write
22
22
steps :
23
23
- uses : actions/checkout@v3
24
- - uses : haskell-actions/hlint-scan@v0
24
+ - uses : haskell-actions/hlint-scan@v1
25
25
` ` `
26
26
27
27
### Inputs
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ outputs:
41
41
42
42
runs :
43
43
using : docker
44
- image : docker://ghcr.io/haskell-actions/hlint-scan:main
44
+ image : docker://ghcr.io/haskell-actions/hlint-scan:v1.0.0
45
45
args :
46
46
- binary=${{ inputs.binary }}
47
47
- path=${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ the [Haskell Package Versioning Policy].
10
10
11
11
## Unreleased
12
12
13
+ ## 1.0.0 - 2023-04-15
14
+
13
15
* Uses much smaller Docker image size.
14
16
* Escape backslashes in messages.
15
17
* Support scanning multiple paths.
Original file line number Diff line number Diff line change 7
7
| 1.0.0 | :white_check_mark : |
8
8
| < 1.0 | :x : |
9
9
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
-
13
10
## Reporting a Vulnerability
14
11
15
12
To report a security issue, please [ file] a security advisory on GitHub
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 : 0.9 .0
16
+ version : 1.0 .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