feat: workflow to update actions dist #4919
pre-submit.lint.yml
on: pull_request
markdownlint
24s
markdown-toc
33s
golangci-lint
1m 20s
shellcheck
8s
yamllint
8s
eslint
1m 5s
renovate-config-validator
29s
autogen
4s
Annotations
3 errors and 4 warnings
shellcheck:
.github/workflows/update-actions-dist-post-commit.yml#L38
input type of workflow_dispatch event must be one of "string", "boolean", "choice", "environment" but got "number"
```
type: number
^~~~~~
```
|
shellcheck:
.github/workflows/update-actions-dist-post-commit.yml#L60
shellcheck reported issue in this script: SC2038:warning:1:1: Use -print0/-0 or -exec + to allow for non-alphanumeric filenames
```
run: |
^~~~
```
|
shellcheck
Process completed with exit code 2.
|
markdownlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
renovate-config-validator
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
markdown-toc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|