From 1b3013859728b1ced04fbb946aa5e39cdfb70ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 10:27:37 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `taiki-e/install-action` from 2.86.4 to 2.87.0 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/a2a5f6e99e1a31540baa0468acfa302cff0f359f...37f7c5781271959fb65b6b35224e28652ff2b63d) Updates `anchore/sbom-action` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/e22c389904149dbc22b58101806040fa8d37a610...aa80c8c5bd439a416a62804f2151ab38c671a638) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: anchore/sbom-action dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b70afae3..b9db9014 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: sudo apt-get update sudo apt-get install --yes --no-install-recommends libasound2-dev pkg-config - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: nextest - name: Test workspace diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 22bedf73..a1c7148d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -81,7 +81,7 @@ jobs: echo "archive=$archive" >> "$GITHUB_OUTPUT" - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 + uses: anchore/sbom-action@aa80c8c5bd439a416a62804f2151ab38c671a638 # v0.24.1 with: artifact-name: ${{ steps.source.outputs.archive }}.cdx.json format: cyclonedx-json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6525bacd..2475aae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: # dependency manifest, so the SBOM describes the shipped artifact rather # than the source tree. - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 + uses: anchore/sbom-action@aa80c8c5bd439a416a62804f2151ab38c671a638 # v0.24.1 with: file: ${{ steps.artifact.outputs.base }}/harmonia artifact-name: ${{ steps.artifact.outputs.base }}.cdx.json