Skip to content

v1.7.8

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Oct 11:09
· 20 commits to main since this release
  • Support models permission in permissions section. (#531, thanks @muzimuzhi)
  • Support job.check_run_id property. (#576, thanks @muzimuzhi for fixing the type at #577)
  • Support node24 runtime at using section in action metadata. (#561, thanks @salmanmkc)
  • Add support for the following runner labels.
  • Drop support for the following runner labels which are no longer supported by GitHub.
  • Support deprecationMessage in action inputs metadata. (#540, thanks @saansh45)
  • Support windows-11-arm runner. (#542, thanks @trim21)
  • Handle ubuntu-latest runner label as ubuntu-24.04 and macos-latest runner label as macos-15.
  • Report mixing Intel Mac labels and Arm Mac labels as error.
  • Add new types to issues and pull_request_target webhooks.
  • Update the popular actions data set to the latest and add more actions to it. (thanks @sethvargo for fixing the go generate scripts)
    • actions/create-github-app-token
    • actions/attest-sbom
    • actions/ai-inference
    • peter-evans/create-or-update-comment
    • release-drafter/release-drafter
    • SamKirkland/FTP-Deploy-Action
  • Fix the version value in actionlint -version output 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 actionlint formula 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@v3 package with yaml/go-yaml@v4 package. go-yaml/yaml was used for parsing workflow files however it was unmaintained. yaml/go-yaml is a successor of the library officially maintained by YAML organization. (#575)
  • Improve error messages on parsing workflow and action metadata files.