From 684d8d2cb43e960055ba654408136ef25d9f7657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:04:28 +0000 Subject: [PATCH 1/2] Bump softprops/action-gh-release from 1 to 3 in the github-actions group Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 1 to 3 - [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/v1...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06a8c283..8976ab07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,6 @@ jobs: run: dput ppa:${{ vars.PPA }} $GITHUB_WORKSPACE/*source.changes - name: Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: ${{ github.workspace }}/../build/*.deb From d9cc1ddf53a5822f2699aca7de3582bb2854a00a Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 12 May 2026 11:10:32 -0700 Subject: [PATCH 2/2] switch to pinned hashes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8976ab07..000f08f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,6 @@ jobs: run: dput ppa:${{ vars.PPA }} $GITHUB_WORKSPACE/*source.changes - name: Create GitHub release - uses: softprops/action-gh-release@v3 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: ${{ github.workspace }}/../build/*.deb