build(deps): bump actions/checkout from 6.0.3 to 7.0.0#8082
build(deps): bump actions/checkout from 6.0.3 to 7.0.0#8082dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9af1734 to
0a2060a
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0a2060a. Configure here.
| app_id: ${{ secrets.FAST_REVERT_BOT_APP_ID }} | ||
| private_key: ${{ secrets.GH_FAST_REVERT_PRIVATE_KEY }} | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
There was a problem hiding this comment.
Fork PR fast-revert checkout fails
Low Severity
Upgrading actions/checkout to v7 in this pull_request_target workflow keeps the default checkout ref. v7 refuses to check out fork pull request merge refs on that trigger, so label-triggered fast reverts on external fork PRs fail at checkout where v6 still completed the job.
Reviewed by Cursor Bugbot for commit 0a2060a. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8082 +/- ##
===========================================
+ Coverage 32.43% 88.91% +56.48%
===========================================
Files 65 1106 +1041
Lines 2337 59752 +57415
Branches 458 0 -458
===========================================
+ Hits 758 53130 +52372
- Misses 1522 6622 +5100
+ Partials 57 0 -57 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|


Bumps actions/checkout from 6.0.3 to 7.0.0.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)