From 1cc92fe9f042b098e37f0183567a1529b72441d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:26:31 +0000 Subject: [PATCH] Bump webassembly/wasi-sdk in /build in the all group across 1 directory Bumps the all group with 1 update in the /build directory: [webassembly/wasi-sdk](https://github.com/WebAssembly/wasi-sdk). Updates `webassembly/wasi-sdk` from wasi-sdk-27 to wasi-sdk-33 - [Release notes](https://github.com/WebAssembly/wasi-sdk/releases) - [Commits](https://github.com/WebAssembly/wasi-sdk/commits) Bump the all group across 1 directory with 5 updates Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `8` | `9` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4` | `5` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `4` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3` | `4` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `golangci/golangci-lint-action` from 8 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9) Updates `googleapis/release-please-action` from 4 to 5 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/v4...v5) Updates `docker/setup-buildx-action` from 1 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v4) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v3...v4) --- updated-dependencies: - dependency-name: webassembly/wasi-sdk dependency-version: wasi-sdk-33 dependency-type: direct:production dependency-group: all - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: googleapis/release-please-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 6 +++--- .github/workflows/repro.yaml | 6 +++--- .github/workflows/test.yaml | 4 ++-- build/Dockerfile | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 756731c..8a4c465 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Go uses: actions/setup-go@v6 with: @@ -30,9 +30,9 @@ jobs: tag_name: ${{ steps.release.outputs.tag_name }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Release Please - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 id: release with: token: ${{ secrets.CR_PAT }} diff --git a/.github/workflows/repro.yaml b/.github/workflows/repro.yaml index 668e20f..2c6b653 100644 --- a/.github/workflows/repro.yaml +++ b/.github/workflows/repro.yaml @@ -14,11 +14,11 @@ jobs: attestations: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Checkout submodules run: git submodule update --init --recursive - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v4 - name: Compute original checksum run: sha256sum taglib.wasm > taglib.wasm.sum - name: Build taglib.wasm @@ -29,7 +29,7 @@ jobs: run: | sha256sum -c taglib.wasm.sum || exit 1 - name: Attest build provenance - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: | taglib.wasm diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b68ddeb..924cdea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Go uses: actions/setup-go@v6 with: go-version-file: go.mod - name: Lint - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: install-mode: goinstall version: v2.6.1 diff --git a/build/Dockerfile b/build/Dockerfile index 6f7d69f..0e3a479 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/webassembly/wasi-sdk:wasi-sdk-27 +FROM ghcr.io/webassembly/wasi-sdk:wasi-sdk-33 RUN apt-get update && \ apt-get install -y --no-install-recommends curl && \