Skip to content

chore: bump deprecated actions #389

chore: bump deprecated actions

chore: bump deprecated actions #389

Triggered via pull request November 7, 2024 10:15
Status Failure
Total duration 13s
Artifacts

actions-ci-check.yaml

on: pull_request
actionlint
6s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/cmo-make-targets.yaml#L55
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2126:style:2:39: Consider using 'grep -c' instead of 'grep|wc -l' [shellcheck] Raw Output: .github/workflows/cmo-make-targets.yaml:55:7: shellcheck reported issue in this script: SC2126:style:2:39: Consider using 'grep -c' instead of 'grep|wc -l' [shellcheck]
actionlint: .github/workflows/cmo-make-targets.yaml#L77
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:70: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cmo-make-targets.yaml:77:7: shellcheck reported issue in this script: SC2086:info:1:70: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/cmo-make-targets.yaml#L96
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:42: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cmo-make-targets.yaml:96:7: shellcheck reported issue in this script: SC2086:info:2:42: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/cmo-make-targets.yaml#L96
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:4:149: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cmo-make-targets.yaml:96:7: shellcheck reported issue in this script: SC2086:info:4:149: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/merge-flow.yaml#L84
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck] Raw Output: .github/workflows/merge-flow.yaml:84:9: shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
actionlint: .github/workflows/merge-flow.yaml#L84
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:54: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/merge-flow.yaml:84:9: shellcheck reported issue in this script: SC2086:info:1:54: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/merge-flow.yaml#L84
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:58: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/merge-flow.yaml:84:9: shellcheck reported issue in this script: SC2086:info:2:58: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/merge-flow.yaml#L84
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:3:52: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/merge-flow.yaml:84:9: shellcheck reported issue in this script: SC2086:info:3:52: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/merge-flow.yaml#L84
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:20:52: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/merge-flow.yaml:84:9: shellcheck reported issue in this script: SC2086:info:20:52: Double quote to prevent globbing and word splitting [shellcheck]
actionlint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835