Skip to content

chore(deps): bump the github-actions group with 10 updates #632

chore(deps): bump the github-actions group with 10 updates

chore(deps): bump the github-actions group with 10 updates #632

Triggered via pull request June 1, 2025 10:49
Status Success
Total duration 39s
Artifacts

ActionLint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
job-1
Process completed with exit code 1.
job-1: .github/workflows/summary.yml#L36
shellcheck reported issue in this script: SC2086:info:1:18: Double quote to prevent globbing and word splitting
job-1: .github/workflows/sitemap.yml#L61
shellcheck reported issue in this script: SC2086:info:5:24: Double quote to prevent globbing and word splitting
job-1: .github/workflows/sitemap.yml#L61
shellcheck reported issue in this script: SC2086:info:3:34: Double quote to prevent globbing and word splitting
job-1: .github/workflows/devskim.yml#L47
shellcheck reported issue in this script: SC2044:warning:4:10: For loops over find output are fragile. Use find -exec or a while read loop