Skip to content

Bump the github-actions group across 1 directory with 3 updates - #880

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3a76fb2c61
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3a76fb2c61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 3 updates in the / directory: hendrikmuhs/ccache-action, vmactions/freebsd-vm and vmactions/netbsd-vm.

Updates hendrikmuhs/ccache-action from 1.2.23 to 1.2.24

Release notes

Sourced from hendrikmuhs/ccache-action's releases.

v1.2.24

What's Changed

dependabot updates

Full Changelog: hendrikmuhs/ccache-action@v1.2.23...v1.2.24

Commits

Updates vmactions/freebsd-vm from 1.5.5 to 1.5.6

Release notes

Sourced from vmactions/freebsd-vm's releases.

v1.5.6

FreeBSD 14.5, and riscv64 can install packages

New releases

FreeBSD 14.5 on x86_64, aarch64, riscv64 and powerpc64. The action now offers 13 releases; the default is still 15.1.

riscv64 gains rsync and sshfs

pkg.FreeBSD.org publishes no riscv64 packages at all, so the riscv64 images used to ship without rsync or fusefs-sshfs and only nfs, scp and tar worked there. Image builder 2.2.7 configures the 15.0 and 15.1 riscv64 images for anyvm-org/freebsd-pkg-repo, a signed build of the ports tree for FreeBSD:15:riscv64, so those two releases now support all five sync methods:

sync: rsync (the default) sync: sshfs sync: nfs sync: scp sync: tar

pkg install also works inside the VM on those images. 13.x and 14.x riscv64 are unchanged and stay on nfs, scp and tar.

Pins

BUILDER_VERSION 2.2.6 -> 2.2.7 ANYVM_VERSION 0.6.5 -> 0.6.9

Fixes from base-vm

  • The osname input defaults to lowercase "freebsd".
  • rsync keeps its timestamps on this action; the -t workaround added for AlmaLinux/Rocky ppc64le does not apply here.
  • scp-mode copyback picks the right archive tool per guest.
Commits
  • 8b0f1a8 Update vmactions/freebsd-vm from base-vm
  • 573308c Generated from base-vm
  • 0bcbe01 minor
  • f6c9368 Update version to v1.5.5
  • 710f47d Update vmactions/freebsd-vm from base-vm
  • 54ec794 Generated from base-vm
  • 5497716 Bump versions from upstream releases
  • e530b49 Update vmactions/freebsd-vm from base-vm
  • afb9a36 Generated from base-vm
  • 9f4b7ee Update version to v1.5.5
  • Additional commits viewable in compare view

Updates vmactions/netbsd-vm from 1.4.7 to 1.5.0

Release notes

Sourced from vmactions/netbsd-vm's releases.

v1.5.0

add 9.5

Full Changelog: vmactions/netbsd-vm@v1.4.9...v1.5.0

v1.4.9

support "11.0-microvm", which boots in 7 seconds. fix pkgsrc.

Full Changelog: vmactions/netbsd-vm@v1.4.8...v1.4.9

v1.4.8

Package mirrors: probe first, then trust

On 2026-08-30 the NetBSD.org package hosts went down together -- cdn.NetBSD.org and ftp.NetBSD.org are the same infrastructure behind a CDN, not independent mirrors -- and every pkg_add in every job spent minutes per package in TLS timeouts before dying.

The VM now probes the package mirrors at startup and points pkg_add at the ones that actually answer: cdn.NetBSD.org, ftp.NetBSD.org, the official French mirror ftp.fr.NetBSD.org, ftp.jaist.ac.jp and ftp.allbsd.org, in that order, keeping only the live ones. Dead hosts are dropped entirely rather than kept as fallbacks, because pkg_add walks the whole list for every package it installs, and each dead https entry costs minutes per package. If nothing answers, the configuration is left untouched.

This also retires a long-standing trap in the image's default configuration: its PKG_PATH ended with a NetBSD 9.0 fallback, so a package missing from the preferred hosts was silently installed from the 9.0 set, linked against libraries the running release does not ship. All entries are now same-release only.

The probe runs on every VM start, including boots from a cache-after-prepare image, so the mirror list is always from the current run, never frozen into a cache. Verified during the outage itself: with both NetBSD.org hosts dead, prepare installed its packages from the French mirror on the first try.

Under the hood

The runtime moves to anyvm v0.6.6. Changes under hooks/ now retrigger the project generation, so a hook fix is picked up by the test matrix without waiting for the daily rebuild.

Full Changelog: vmactions/netbsd-vm@v1.4.7...v1.4.8

Commits
  • 20ee93a Update vmactions/netbsd-vm from base-vm
  • 74dcc69 Generated from base-vm
  • 2a8c76a Update vmactions/netbsd-vm from base-vm
  • 7ebe4d4 Generated from base-vm
  • a031b05 minor
  • 2e1d6ef Update version to v1.4.9
  • 0794073 Bump versions from upstream releases
  • dae01dc Update vmactions/netbsd-vm from base-vm
  • 2b17136 Generated from base-vm
  • fa16db4 Update vmactions/netbsd-vm from base-vm
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the github-actions group with 3 updates in the / directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action), [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) and [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm).


Updates `hendrikmuhs/ccache-action` from 1.2.23 to 1.2.24
- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
- [Commits](hendrikmuhs/ccache-action@d62db5f...f09c25b)

Updates `vmactions/freebsd-vm` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](vmactions/freebsd-vm@f0552d3...8b0f1a8)

Updates `vmactions/netbsd-vm` from 1.4.7 to 1.5.0
- [Release notes](https://github.com/vmactions/netbsd-vm/releases)
- [Commits](vmactions/netbsd-vm@6334c83...20ee93a)

---
updated-dependencies:
- dependency-name: hendrikmuhs/ccache-action
  dependency-version: 1.2.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: vmactions/netbsd-vm
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 16, 2026
@github-actions

Copy link
Copy Markdown

Coverage report (cross-platform merged)

Lines covered (src/snmalloc/**): 2821 / 3182 (88.65%)

Merged line coverage is the per-line union across all platforms. Region coverage is reported per-platform only; no cross-platform region total is computed.

Per-directory breakdown

Directory Lines covered Lines executable %
src/snmalloc/stl 2 4 50.00%
src/snmalloc/override 94 156 60.26%
src/snmalloc/pal 343 449 76.39%
src/snmalloc/mitigations 14 18 77.78%
src/snmalloc/aal 52 60 86.67%
src/snmalloc/ds_core 349 399 87.47%
src/snmalloc/global 266 303 87.79%
src/snmalloc/ds 328 357 91.88%
src/snmalloc/backend_helpers 336 356 94.38%
src/snmalloc/mem 839 875 95.89%
src/snmalloc/ds_aal 108 112 96.43%
src/snmalloc/backend 90 93 96.77%
Per-platform contributions (advisory)
Platform Lines covered Lines executable Lines % Regions covered Regions executable Regions %
freebsd-14 4300 4752 90.49% 3878 5701 68.02%
linux-self-host-shim-checks 4456 4914 90.68% 4107 6167 66.60%
linux-self-host-shim-checks-selfhost 1641 2326 70.55% 1501 2914 51.51%
macos-14 4276 4717 90.65% 3908 5722 68.30%
windows-2022 4193 4736 88.53% 3851 5684 67.75%

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.

0 participants