Skip to content

chore(deps): bump the github-actions group with 17 updates #661

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

chore(deps): bump the github-actions group with 17 updates #661

Triggered via push February 1, 2026 10:38
Status Success
Total duration 19s
Artifacts

ActionLint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
job-1
Process completed with exit code 1.
job-1: .github/workflows/summary.yml#L39
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#L50
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