Bump the github-actions group with 3 updates#2517
Conversation
Bumps the github-actions group with 3 updates: [extractions/setup-just](https://github.com/extractions/setup-just), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `extractions/setup-just` from 3.1.0 to 4.0.0 - [Release notes](https://github.com/extractions/setup-just/releases) - [Commits](extractions/setup-just@f8a3cce...53165ef) Updates `taiki-e/install-action` from 2.65.12 to 2.75.0 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@cc33365...6e4b50d) Updates `github/codeql-action` from 4.32.4 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@89a39a4...c10b806) --- updated-dependencies: - dependency-name: extractions/setup-just dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Eliah Kagan (EliahKagan)
left a comment
There was a problem hiding this comment.
Claude Code was able to track down and fix the intermittent failure to install nextest. The following is written by Claude Code (I have verified it for accuracy):
Context on the out-of-band run: in #2511 we hit an intermittent
error: no such command: nextestonwindows-11-arm(Byron, EliahKagan). The failing step showstaiki-e/[email protected]exiting success in ~1.4s with no output, socargo nextestwas never installed.Root cause is actions/partner-runner-images#169: on
windows-11-arm,bashsporadically fails to start, and v2.65.12 launchesmain.shthrough bash directly — so a silent bash-start failure means nothing installs, but the step still reports success. Upstream confirmed as taiki-e/install-action#1562 and fixed by #1647 (PowerShell wrapper, v2.71.0) plus #1657 (retry + logging, v2.71.2, needed because the wrapper alone was insufficient).This PR bumps to v2.75.0, clearing the v2.71.2 floor. Since the 7-day cooldown has elapsed and we expect the failure to recur, landing now beats waiting for the monthly run.
I've allowed Dependabot to update other actions too, since there seems no significant downside. (All of this still follows our cooldown policy.)
|
It looks like this also fixed #2500. I'll post there shortly and probably close the issue. |
Bumps the github-actions group with 3 updates: extractions/setup-just, taiki-e/install-action and github/codeql-action.
Updates
extractions/setup-justfrom 3.1.0 to 4.0.0Commits
53165efThis is 4.0.03ed9febUpgrade to latest setup-cratecf2bee9Update setup-crate to Node 24 (#27)c261839Bump actions/checkout from 5 to 6 (#25)Updates
taiki-e/install-actionfrom 2.65.12 to 2.75.0Release notes
Sourced from taiki-e/install-action's releases.
... (truncated)
Changelog
Sourced from taiki-e/install-action's changelog.
... (truncated)
Commits
6e4b50dRelease 2.75.123411de3Updatetypos@latestto 1.45.138648f7Updatecargo-xwin@latestto 0.21.54e82423Updatecargo-binstall@latestto 1.18.1540824cRelease 2.75.11dfca6e9Updateprek@latestto 0.3.9cb70663Updatemise@latestto 2026.4.11345bf25Update cargo-deny manifesta78828eUpdatezizmor@latestto 1.24.0d298dbeUpdate zizmor manifestUpdates
github/codeql-actionfrom 4.32.4 to 4.35.1Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
c10b806Merge pull request #3782 from github/update-v4.35.1-d6d1743b8c5ffd06Update changelog for v4.35.1d6d1743Merge pull request #3781 from github/henrymercer/update-git-minimum-version65d2efaAdd changelog note2437b20Update minimum git version for overlay to 2.36.0ea5f719Merge pull request #3775 from github/dependabot/npm_and_yarn/node-forge-1.4.045ceeeaMerge pull request #3777 from github/mergeback/v4.35.0-to-main-b8bb9f2824448c9Rebuild7c51060Update changelog and version after v4.35.0b8bb9f2Merge pull request #3776 from github/update-v4.35.0-0078ad667Dependabot 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