Skip to content

chore(deps): update reviewdog/action-actionlint action to v1.60.0 #776

chore(deps): update reviewdog/action-actionlint action to v1.60.0

chore(deps): update reviewdog/action-actionlint action to v1.60.0 #776

Triggered via pull request October 3, 2023 04:46
Status Success
Total duration 15s
Artifacts

actionlint.yml

on: pull_request
actionlint with reviewdog
7s
actionlint with reviewdog
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
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]