chore(deps): update actions/checkout action to v7 - #15
Conversation
|
PR author is in the excluded authors list. |
|
c7fb4b3 to
1a4654e
Compare
1a4654e to
ab37f63
Compare
ab37f63 to
64a2016
Compare
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
There was a problem hiding this comment.
🔍 Verify the pinned SHA actually corresponds to the v7.0.1 tag
All seven actions/checkout pins were updated consistently to 3d3c42e5aac5ba805825da76410c181273ba90b1 with a # v7.0.1 comment, so the mechanical transformation is complete (.github/workflows/_checks.yml:23,54,114, .github/workflows/foundation-gate.yml:44,71,95, .github/workflows/public-repo-guard.yml:45). The comment is the only human-readable link between the SHA and the release; since a wrong comment silently defeats the whole pinning discipline, it is worth confirming the SHA resolves to the v7.0.1 tag in actions/checkout (e.g. gh api repos/actions/checkout/git/ref/tags/v7.0.1) before merging. Note that public-repo-guard was previously pinned to a v5 SHA while the other files were on v4.3.1, so this is a multi-major jump for every workflow at once.
Was this helpful? React with 👍 or 👎 to provide feedback.
| timeout-minutes: 10 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
There was a problem hiding this comment.
🔍 _checks.yml is documented as a mirror of wave-foundation; pin bump may drift
.github/workflows/_checks.yml:3-6 and .github/workflows/foundation-gate.yml:1-10 state this file is an inlined copy of wave-foundation/.github/workflows/checks.yml that must be kept in sync. Bumping the checkout pin only here introduces drift from the upstream source of truth unless the same bump lands there too.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Needs human review All changed workflow files are owned by wave-av/core-team, not the renovate bot. Additionally, an unresolved review comment raises a security concern about persist-credentials configuration in the public-repo-guard workflow. Code owners should review this multi-major version bump. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
64a2016 to
310b24a
Compare
310b24a to
8ddaaca
Compare
8ddaaca to
c02417d
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
This PR contains the following updates:
v5.0.1→v7.0.1v4.3.1→v7.0.1Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.