From 15af6ac3717cdad42d09070192b6718bbdf47cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:04:16 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/718ea10b132b3b2eba29c1007bb80653f286566b...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bd2eb5..880c5d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Create draft GitHub Release # Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime). - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 with: draft: true generate_release_notes: true @@ -128,7 +128,7 @@ jobs: "${{ steps.sha.outputs.intel_sha }}" - name: Add PKGs to the release # Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime). - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 with: # Keep it a draft; publish-release flips it live once every bundle is in. draft: true @@ -218,7 +218,7 @@ jobs: done - name: Add AppImage to the release # Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime). - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 with: # Keep it a draft; publish-release flips it live once every bundle is in. draft: true @@ -291,7 +291,7 @@ jobs: "$h $(Split-Path $zip -Leaf)" | Out-File -Encoding ascii -NoNewline "$zip.sha256" - name: Add the Windows bundle to the release # Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime). - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 with: # Keep it a draft; publish-release flips it live once every bundle is in. draft: true @@ -311,7 +311,7 @@ jobs: steps: - name: Publish the release # Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime). - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 with: draft: false