| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| actionlint_1.7.8_checksums.txt | 2025-10-11 | 1.1 kB | |
| actionlint_1.7.8_windows_386.zip | 2025-10-11 | 2.2 MB | |
| actionlint_1.7.8_windows_amd64.zip | 2025-10-11 | 2.3 MB | |
| actionlint_1.7.8_windows_arm64.zip | 2025-10-11 | 2.1 MB | |
| actionlint_1.7.8_darwin_amd64.tar.gz | 2025-10-11 | 2.2 MB | |
| actionlint_1.7.8_darwin_arm64.tar.gz | 2025-10-11 | 2.1 MB | |
| actionlint_1.7.8_freebsd_386.tar.gz | 2025-10-11 | 2.0 MB | |
| actionlint_1.7.8_freebsd_amd64.tar.gz | 2025-10-11 | 2.2 MB | |
| actionlint_1.7.8_linux_386.tar.gz | 2025-10-11 | 2.1 MB | |
| actionlint_1.7.8_linux_amd64.tar.gz | 2025-10-11 | 2.2 MB | |
| actionlint_1.7.8_linux_arm64.tar.gz | 2025-10-11 | 2.0 MB | |
| actionlint_1.7.8_linux_armv6.tar.gz | 2025-10-11 | 2.1 MB | |
| README.md | 2025-10-11 | 3.3 kB | |
| v1.7.8 source code.tar.gz | 2025-10-11 | 1.6 MB | |
| v1.7.8 source code.zip | 2025-10-11 | 1.9 MB | |
| Totals: 15 Items | 27.0 MB | 0 | |
- Support
modelspermission inpermissionssection. (#531, thanks @muzimuzhi) - Support
job.check_run_idproperty. (#576, thanks @muzimuzhi for fixing the type at [#577]) - Support
node24runtime atusingsection in action metadata. (#561, thanks @salmanmkc) - Add support for the following runner labels.
macos-26andmacos-26-xlarge(#572, thanks @muzimuzhi)macos-15(#572, thanks @muzimuzhi)- Drop support for the following runner labels which are no longer supported by GitHub.
ubuntu-20.04(#534, thanks @shogo82148)windows-2019(#572, thanks @muzimuzhi)- Support
deprecationMessagein action inputs metadata. (#540, thanks @saansh45) - Support
windows-11-armrunner. (#542, thanks @trim21) - Handle
ubuntu-latestrunner label asubuntu-24.04andmacos-latestrunner label asmacos-15. - Report mixing Intel Mac labels and Arm Mac labels as error.
- Add new types to
issuesandpull_request_targetwebhooks. - Update the popular actions data set to the latest and add more actions to it. (thanks @sethvargo for fixing the
go generatescripts) actions/create-github-app-tokenactions/attest-sbomactions/ai-inferencepeter-evans/create-or-update-commentrelease-drafter/release-drafterSamKirkland/FTP-Deploy-Action- Fix the version value in
actionlint -versionoutput can be empty. - Fix outdated URL links in some error messages and documents.
- Homebrew formula in this repository is deprecated and Homebrew cask is newly added instead because GoReleaser no longer supports Homebrew formula update. Note that Homebrew's official
actionlintformula is still maintained. Please read the documentation for more details. - Drop support for Go 1.23 and earlier because they are no longer maintained officially. Go 1.24 and later are supported to build actionlint.
- Replace
go-yaml/yaml@v3package withyaml/go-yaml@v4package.go-yaml/yamlwas used for parsing workflow files however it was unmaintained.yaml/go-yamlis a successor of the library officially maintained by YAML organization. (#575) - Improve error messages on parsing workflow and action metadata files.