Skip to content

Commit 808e8cc

Browse files
committed
Reflect its new location in the documentation.
1 parent 23e867a commit 808e8cc

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ and uploads its suggested improvements to [GitHub code scanning].
66
This needs HLint to be set up.
77
This can be taken care of by [haskell/actions/hlint-setup].
88

9-
**Warning**: This depends on unreleased versions of HLint,
10-
and the location of this action will likely change in the future.
11-
Neither has the action itself been officially released.
9+
## Warning
10+
11+
This depends on unreleased versions of HLint.
12+
For an example as to how one could use this action at the current time,
13+
see [chungyc/site-personal/hlint.yaml](https://github.com/chungyc/site-personal/blob/main/.github/workflows/hlint.yaml).
1214

1315
## Usage
1416

@@ -28,8 +30,10 @@ jobs:
2830
security-events: write
2931
steps:
3032
- uses: actions/checkout@v3
33+
# This step will not work yet.
34+
# See the warning in the previous section.
3135
- uses: haskell/actions/hlint-setup@v2
32-
- uses: chungyc/hlint-scan@main
36+
- uses: haskell-actions/hlint-scan@v0
3337
```
3438
3539
### Inputs

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141

4242
- name: Run HLint
4343
run: |
44-
"$BINARY" --no-exit-code --sarif "$FILEPATH" >> $TMPDIR/hlint.sarif
44+
"$BINARY" --no-exit-code --sarif "$FILEPATH" >> "$TMPDIR/hlint.sarif"
4545
shell: bash
4646
env:
4747
BINARY: ${{ inputs.binary }}

docs/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ affected versions, and, if known, mitigations for the issue. Our vulnerability
1818
management team will respond within 7 working days of your report. This project
1919
follows a 90 day disclosure timeline.
2020

21-
[file]: https://github.com/chungyc/hlint-scan/issues
21+
[file]: https://github.com/haskell-actions/hlint-scan/issues

0 commit comments

Comments
 (0)