Update actions/checkout action to v7 - #23
Conversation
🤖 Augment PR SummarySummary: Updates CI/build/code-scanning workflows to use 🤖 Was this summary useful? React with 👍 or 👎 |
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
There was a problem hiding this comment.
actions/checkout@v7.0.0 now runs as a Node.js action with runs: using: node24; if this repo is executed on GHES/older runners that don’t support Node 24 actions yet, these workflows will start failing at checkout. Other locations where this applies: .github/workflows/ci.yml:15, .github/workflows/codeql-analysis.yml:43
Severity: medium
Other Locations
.github/workflows/ci.yml:15.github/workflows/codeql-analysis.yml:43
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
EntelligenceAI PR SummaryThis PR bumps the
Confidence Score: 5/5 - Safe to MergeSafe to merge — this PR performs a straightforward version bump of Key Findings:
|
cc18a74 to
3c83a0f
Compare
This PR contains the following updates:
v4.1.7→v7.0.1Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v7Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.1.0Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
v4.4.0Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.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 this update again.
This PR was generated by Mend Renovate. View the repository job log.