From a39ac984a6d31ac85767685e2677a72acb609012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:16:14 +0000 Subject: [PATCH] chore(deps): bump svenstaro/upload-release-action from 2.5.0 to 2.11.1 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.5.0 to 2.11.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/7319e4733ec7a184d739a6f412c40ffc339b69c7...5e35e583720436a2cc5f9682b6f55657101c1ea1) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0e68ca..c1f3d19 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: - name: Build release run: cargo build --release --locked - name: Upload binaries to release - uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # ratchet:svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # ratchet:svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.RELEASE_TOKEN }} file: target/release/github-sbom-generator @@ -30,7 +30,7 @@ jobs: subcommand: files arguments: --artifact-path target/release/github-sbom-generator --output-path provenance.json - name: Upload provenance to release - uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # ratchet:svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # ratchet:svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.RELEASE_TOKEN }} file: provenance.json