From 512c7161df80db983a2580e12993158411706b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:41:26 +0000 Subject: [PATCH] chore(deps): bump svenstaro/upload-release-action from 2.5.0 to 2.11.2 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.5.0 to 2.11.2. - [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...81c65b7cd4de9b2570615ce3aad67a41de5b1a13) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.2 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..f26559e 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@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 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@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # ratchet:svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.RELEASE_TOKEN }} file: provenance.json