chore(deps): update docker/metadata-action action to v5 #786
actionlint.yml
on: pull_request
actionlint with reviewdog
7s
Annotations
3 warnings
actionlint with reviewdog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L92
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2001:style:2:8: See if you can use ${variable//search/replace} instead [shellcheck]
Raw Output:
.github/workflows/build-image.yml:92:9: shellcheck reported issue in this script: SC2001:style:2:8: See if you can use ${variable//search/replace} instead [shellcheck]
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L92
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:5:11: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
.github/workflows/build-image.yml:92:9: shellcheck reported issue in this script: SC2086:info:5:11: Double quote to prevent globbing and word splitting [shellcheck]
|