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 }}