From 95fe472219ecaf148b4fce2c071e0d79369cc483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:25:53 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2.2.2 to 3.0.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 3.0.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.2.2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binaries.yml | 2 +- .github/workflows/sbom.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 0d1ed8d..e36ea57 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -80,7 +80,7 @@ jobs: sha256sum * > checksums-sha256.txt - name: Upload to GitHub Release - uses: softprops/action-gh-release@v3 + uses: softprops/action-gh-release@v3.0.0 with: files: release/* fail_on_unmatched_files: false diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 09e786b..bb32973 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -46,7 +46,7 @@ jobs: - name: Attach SBOMs to release if: github.event_name == 'release' - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: | sbom-spdx.json