Skip to content

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

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

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

Triggered via pull request September 16, 2024 04:10
Status Success
Total duration 14s
Artifacts

actionlint.yml

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

Annotations

5 warnings
actionlint with reviewdog
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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]