From 2877aad97e1b61782099ecca3c5f719aac8a97ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:06:05 +0000 Subject: [PATCH] chore(actions)(deps): bump the gh-actions-minor group across 1 directory with 3 updates Bumps the gh-actions-minor group with 3 updates in the / directory: [pullfrog/pullfrog](https://github.com/pullfrog/pullfrog), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [getsentry/action-release](https://github.com/getsentry/action-release). Updates `pullfrog/pullfrog` from 0 to 0.1.40 - [Release notes](https://github.com/pullfrog/pullfrog/releases) - [Commits](https://github.com/pullfrog/pullfrog/compare/v0...v0.1.40) Updates `softprops/action-gh-release` from 3.0.0 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/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...3d0d9888cb7fd7b750713d6e236d1fcb99157228) Updates `getsentry/action-release` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/action-release/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: pullfrog/pullfrog dependency-version: 0.1.40 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-minor - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-minor - dependency-name: getsentry/action-release dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pullfrog.yml | 2 +- .github/workflows/release-crx.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sentry-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index 6516ae2e..1897da93 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 1 - name: Run agent - uses: pullfrog/pullfrog@v0 + uses: pullfrog/pullfrog@v0.1.40 with: prompt: ${{ inputs.prompt }} env: diff --git a/.github/workflows/release-crx.yml b/.github/workflows/release-crx.yml index e915755c..e148b7dc 100644 --- a/.github/workflows/release-crx.yml +++ b/.github/workflows/release-crx.yml @@ -75,7 +75,7 @@ jobs: retention-days: 30 - name: Attach to GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: tag_name: ${{ steps.version.outputs.tag }} files: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2a3d380..8f85d80d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: - name: Attach to GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: | release/*.tar.gz diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index a1e51543..0485bf5d 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -58,7 +58,7 @@ jobs: - name: Create Sentry release & associate commits if: ${{ env.SENTRY_SKIP != '1' }} - uses: getsentry/action-release@v3.6.0 + uses: getsentry/action-release@v3.7.0 with: environment: ${{ inputs.environment || vars.SENTRY_ENVIRONMENT || 'production' }} version: ${{ github.sha }}