chore(deps): update reviewdog/action-actionlint action to v1.60.0 #791
actionlint.yml
on: pull_request
actionlint with reviewdog
5s
Annotations
5 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]
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L201
[actionlint] reported by reviewdog 🐶
if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw Output:
.github/workflows/build-image.yml:201:13: if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L209
[actionlint] reported by reviewdog 🐶
if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw Output:
.github/workflows/build-image.yml:209:13: if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
|