feat(action): add base-url #180
Annotations
10 errors and 3 warnings
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L4
unexpected key "branch" for "push" section. expected one of "branches", "branches-ignore", "paths", "paths-ignore", "tags", "tags-ignore", "types", "workflows"
|
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L6
character '\' is invalid for branch and tag names. only special characters
|
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L11
label "linux-latest" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "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
|
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L14
"github.event.head_commit.message" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details
|
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L18
input "node_version" is not defined in action "actions/setup-node@v3". available inputs are "always-auth", "architecture", "cache", "cache-dependency-path", "check-latest", "node-version", "node-version-file", "registry-url", "scope", "token"
|
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L22
property "platform" is not defined in object type {os: string}
|
actionlint Action (old version):
tests/fixtures/test.broken.yaml#L23
receiver of object dereference "permissions" must be type of object but got "string"
|
actionlint Action (old version):
tests/fixtures/test.broken.yml#L4
unexpected key "branch" for "push" section. expected one of "branches", "branches-ignore", "paths", "paths-ignore", "tags", "tags-ignore", "types", "workflows"
|
actionlint Action (old version):
tests/fixtures/test.broken.yml#L6
character '\' is invalid for branch and tag names. only special characters
|
actionlint Action (old version):
tests/fixtures/test.broken.yml#L11
label "linux-latest" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "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
|
actionlint Action (old version)
⚠️ [actionlint] The command ran successfully and some problem was found (found 14 errors, linted 2 files), exit code: 1
|
actionlint Action (test broken)
⚠️ [actionlint] The command ran successfully and some problem was found (found 14 errors, linted 2 files), exit code: 1
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading