Bump actionlint to 1.7.0 #187
reviewdog report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (7)
examples/broken-workflow.yml|5 col 5| unexpected key "branch" for "push" section. expected one of "branches", "branches-ignore", "paths", "paths-ignore", "tags", "tags-ignore", "types", "workflows" [syntax-check]
examples/broken-workflow.yml|7 col 11| character '' is invalid for branch and tag names. only special characters [, ?, +, *, \ ! can be escaped with . see man git-check-ref-format
for more details. note that regular expression is unavailable. note: filter pattern syntax is explained at https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet [glob]
examples/broken-workflow.yml|12 col 28| label "linux-latest" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-14.0", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-13.0", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
examples/broken-workflow.yml|15 col 15| the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
examples/broken-workflow.yml|16 col 15| the runner of "actions/cache@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
examples/broken-workflow.yml|19 col 20| property "platform" is not defined in object type {os: string} [expression]
examples/broken-workflow.yml|20 col 17| receiver of object dereference "permissions" must be type of object but got "string" [expression]