Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Vampire/setup-wsl from 4 to 5 #500

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps Vampire/setup-wsl from 4 to 5.

Release notes

Sourced from Vampire/setup-wsl's releases.

v5.0.0

Highlights

WSL update command is now only done for GitHub-hosted windows-2022 runners

Breaking Changes

Before this release a WSL update command was always issued if WSLv2 was going to be used. The windows-2025 image now has the necessary update already installed, so currently only the GitHub-hosted windows-2022 runners need the call to get WSLv2 working. But as there are still updates available for the windows-2025 runners it would potentially waste time unnecessarily.

So now the WSL update command is only done for WSLv2 on GItHub-hosted windows-2022 runners, where it is known that the update is necessary currently to make it work at all.

This could break running on self-hosted runners if they do not have the necessary WSL update installed. Because of that this is a breaking release.

In such a case a WSL update command can be manually issued before calling the action, or much preferable is to install the WSL update in the runner image so that no time is wasted during the workflow execution unnecessarily.

Details

  • Increase version to 5.0.0 [a87a88ea7c6d9da627e393db7fef4ac1c35bc85d]
  • Only do WSL update command on windows-2022 runner image hosted by GitHub [f4cd6461ad271d606be1bebc312da4e3ec37ab25]

v4.1.1

Highlights

  • Adapted to changed kali-linux distribution ID
  • Properly work around EACCES permission errors

Details

  • Update copyright dates [560a7ce76986a9dcfe9c36de0029bef16f513a7f]
  • Add a workflow that verifies all workflow YAMLs for consistency [e5226c2f8b7cbdd8865af8874eb3806de068e17c]
  • Add a workflow that verifies a freshly released version for basic functioning [37c005c630b93c4be29000d932b7d528c62e5715]
  • Use latest action API in test workflow [233ed8bce22b17aab736ba96580ef4b5d5257463]
  • Fix step name in GHA workflow [f6fe12ca25444b921c5a51961b16492a51b717ee]
  • Update github-workflows-kt to 3.2.0 [a6b8abba45a1fe245e901db185273bbfa87cba7c]
  • Fix logging on more than 5 retries [c3895736a158ab9f6b327ab4c12577a85c8e669c]
  • Make workflow generation via Gradle able to run in parallel [a408856faaf69b82a0241e3ee6ae0796b5aec855]
  • Cancel old workflow runs for the same PR or ref [ad61c670c86861ee7cb6a2190ed056b0ae5e275b]
  • Adapt to changed kali-linux distribution ID [0b318e111dfb64f1bc93414fd6e96219923363be]
  • Update typesafegithub/github-actions-typing to v2 [ee2e26280f8df8bb58d3e840f73454a5a41fcd6d]
  • Let Kotlin/JS inject main function arguments [eb74a666aff602f86a2d7cbb872dfa5bac7340ae]
  • Ignore .kotlin directory [00f1a06378e7495f9a4c2f7f8b65230e3eeaf299]
  • Work around actions/toolkit#1925 better and more completely [75ccefa0c3a7dd7abd9c0d97d1fb95febe9a69a0]

v4.1.0

Highlights

  • Support for windows-2025 runner images

Details

... (truncated)

Commits
  • f40fb59 [Gradle Release Plugin] - pre tag commit: 'v5.0.0'.
  • f4cd646 Only do WSL update command on windows-2022 runner image hosted by GitHub
  • a87a88e Increase version to 5.0.0
  • c19a8f3 [Gradle Release Plugin] - new version commit: 'v4.1.2-SNAPSHOT'.
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 4 to 5.
- [Release notes](https://github.com/vampire/setup-wsl/releases)
- [Commits](Vampire/setup-wsl@v4...v5)

---
updated-dependencies:
- dependency-name: Vampire/setup-wsl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 27, 2025
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.41%. Comparing base (60685d1) to head (d24b99d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #500   +/-   ##
=======================================
  Coverage   87.41%   87.41%           
=======================================
  Files          22       22           
  Lines         842      842           
=======================================
  Hits          736      736           
  Misses        106      106           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jkroepke jkroepke merged commit 51130ac into main Feb 28, 2025
14 checks passed
@jkroepke jkroepke deleted the dependabot/github_actions/Vampire/setup-wsl-5 branch February 28, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant