chore(deps)(deps): Bump the "weekly-dependency-refresh" group with 1 update across multiple ecosystems - #70
Conversation
…dates Bumps the weekly-dependency-refresh group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4.2.2 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.2...v7.0.1) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: weekly-dependency-refresh - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: weekly-dependency-refresh ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Stale comment
Security review: no high-confidence vulnerabilities found
Reviewed the full diff (
f06469b→854f68b). This PR only bumps GitHub Actions versions in workflow files; no application code, scripts, or secrets handling logic changed.Scope of changes
File / area Change 8 workflows actions/checkout@v7→@v7.0.1(patch pin)commitlint.ymlactions/checkout@v4.2.2→@v7.0.1(SHA-pinned)skills-update.ymlactions/setup-node@v6→@v7Threat checklist
Category Result Injection (command/SQL/path/template) None — no new shell inputs, eval, or dynamic path construction Authn/authz bypass None — workflow permissionsblocks are unchangedSecrets handling / logging None — no changes to secret references or log output Deserialization / SSRF / XSS / CSRF N/A — not applicable to this diff Supply-chain / dependency risk Net positive — see below Supply-chain notes (informational, not blockers)
actions/checkoutv7.0.1 — This is a security-hardening release: v7 blocks common pwn-request checkout patterns in privileged triggers (pull_request_target, certainworkflow_runevents). None of this repo's workflows use those triggers, but the upgrade (including thecommitlint.ymljump from v4 → v7) aligns with GitHub's secure-by-default direction.Patch pinning (
@v7→@v7.0.1) — Reduces tag-mutation risk compared to floating major tags.commitlint.ymlalready uses a full commit SHA, which is the strongest pin.
actions/setup-node@v7(floating major tag) — Transitivebrace-expansionadvisory GHSA-3jxr-9vmj-r5cp (DoS, CVE-2026-13149) is reported in v7.0.0's bundled dist. Exploitability here is low:skills-update.ymlpasses a fixednode-version: '20'and does not feed attacker-controlled strings into glob/brace-expansion paths. Monitor for a patchedsetup-noderelease; consider SHA-pinning when available.Confirmed vulnerabilities
None.
Uncertain / low-priority observations
- Mixed pinning strategy (version tag vs. commit SHA) across workflows is a hygiene item, not a vulnerability introduced by this PR.
skills-update.ymlstill runsnpx -y skills update(unchanged behavior) — inherent supply-chain trust in theskillsnpm package; out of scope for this diff.Verdict: safe to merge from a security perspective.
Sent by Cursor Automation: Find vulnerabilities
There was a problem hiding this comment.
Security review: no high-confidence vulnerabilities found
Reviewed the full diff for PR #70 (8 workflow files; actions/checkout → v7.0.1, actions/setup-node → v7 in skills-update.yml).
Scope reviewed
- Injection (command, path, template)
- Authn/authz and permission boundaries
- Secrets handling and logging
- Deserialization, SSRF, XSS, request forgery
- Supply-chain / dependency risk from the version bumps
Findings
No confirmed vulnerabilities. The changes are limited to GitHub Actions version bumps; no application code, secrets, or permission model changes are introduced.
Security-relevant context (informational, not findings):
-
actions/checkoutv4.2.2 → v7.0.1 incommitlint.yml— Major upgrade, but SHA-pinned (3d3c42e…). v7 adds default protections against unsafe fork-PR checkout inpull_request_target/workflow_runcontexts. This workflow uses standardpull_requestwithcontents: readonly, so the upgrade is a net hardening. -
actions/checkoutv7 → v7.0.1 elsewhere — Patch release includes fixes for branch-name trimming,--unsetvalue escaping, and unsafe-PR-check logic. No regression identified. -
actions/setup-nodev6 → v7 inskills-update.yml— Workflow is schedule/workflow_dispatchonly (not fork-triggered). v7 removes a dummyNODE_AUTH_TOKENexport and updates cache dependencies. Existingnpx -y skills updatesupply-chain exposure is unchanged by this bump.
Low-confidence hygiene notes (not blocking)
- Several workflows reference floating tags (
@v7.0.1,@v7) rather than full commit SHAs. This is a supply-chain hardening preference, not a vulnerability introduced by this PR.commitlint.ymlalready pins checkout by SHA.
Verdict
✅ Approve from a security perspective — dependency maintenance with security-positive upstream changes and no new exploitable behavior in the diff.
Sent by Cursor Automation: Find vulnerabilities


Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the weekly-dependency-refresh group with 2 updates: actions/checkout and actions/setup-node.
Updates
actions/checkoutfrom 4.2.2 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-nodefrom 6 to 7Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions