psastras/sarif-rs

README suggests to download a very old version

Closed this issue · 3 comments

https://github.com/psastras/sarif-rs/releases/shellcheck-sarif-latest points to 0.2.26 which is more than a year old.

sarif-rs/README.md

Lines 46 to 56 in 591b6e9

### Github Releases
The latest version is
[continuously published and tagged](https://github.com/psastras/sarif-rs/releases).
Using `curl`,
```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-latest/shellcheck-sarif-x86_64-unknown-linux-gnu -o shellcheck-sarif
```

Probably the release process is missing a step to bump the stable tags.

Thanks reporting. Will take a look.

These latest tags should be working properly now.