From 25117fd9aaea15e2faabc321dacc225627011dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 23:44:01 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.24.0 to 0.24.2 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.24.0 to 0.24.2. - [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/v0.24.0...v0.24.2) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/container-release.yml | 2 +- .github/workflows/desktop-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 2c67d47..f2d368d 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -191,7 +191,7 @@ jobs: - name: Prepare release evidence directory run: mkdir -p release-digests - name: Generate downloadable CycloneDX SBOM - uses: anchore/sbom-action@v0.24.0 + uses: anchore/sbom-action@v0.24.2 with: image: ${{ env.IMAGE_NAMESPACE }}/mailflow-${{ matrix.name }}@${{ steps.build.outputs.digest }} format: cyclonedx-json diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index e909571..62baaee 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -196,7 +196,7 @@ jobs: --config "$MAILFLOW_TAURI_RELEASE_CONFIG" - id: syft - uses: anchore/sbom-action/download-syft@v0.24.0 + uses: anchore/sbom-action/download-syft@v0.24.2 - uses: sigstore/cosign-installer@v4.1.2