chore(renovate): pin Update actions/setup-node digest to 1e60f62 #345
lint-pr-actions.yml
on: pull_request
Lint Actions Workflows
6s
Annotations
8 warnings
Lint Actions Workflows
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L72
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2034:warning:4:1: GITHUB_APPLICATION_PRIVATE_KEY appears unused. Verify use (or export if used externally) [shellcheck]
Raw Output:
.github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:4:1: GITHUB_APPLICATION_PRIVATE_KEY appears unused. Verify use (or export if used externally) [shellcheck]
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L72
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2034:warning:5:1: GITHUB_APPLICATION_ID appears unused. Verify use (or export if used externally) [shellcheck]
Raw Output:
.github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:5:1: GITHUB_APPLICATION_ID appears unused. Verify use (or export if used externally) [shellcheck]
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L72
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2034:warning:6:1: GITHUB_REPOSITORY_OWNER appears unused. Verify use (or export if used externally) [shellcheck]
Raw Output:
.github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:6:1: GITHUB_REPOSITORY_OWNER appears unused. Verify use (or export if used externally) [shellcheck]
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L103
[actionlint] reported by reviewdog 🐶
input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]
Raw Output:
.github/workflows/test-release.yml:103:11: input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L120
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2006:style:21:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]
Raw Output:
.github/workflows/test-release.yml:120:9: shellcheck reported issue in this script: SC2006:style:21:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L120
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2006:style:22:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]
Raw Output:
.github/workflows/test-release.yml:120:9: shellcheck reported issue in this script: SC2006:style:22:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]
|
Lint Actions Workflows:
.github/workflows/test-release.yml#L174
[actionlint] reported by reviewdog 🐶
input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]
Raw Output:
.github/workflows/test-release.yml:174:11: input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]
|