From 5fab06828860719e20047554cd81f7a6d8d9db80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:52:57 +0000 Subject: [PATCH 1/2] chore(deps): bump DevCycleHQ/release-action from 2.3.0 to 2.4.0 Bumps [DevCycleHQ/release-action](https://github.com/devcyclehq/release-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/devcyclehq/release-action/releases) - [Commits](https://github.com/devcyclehq/release-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: DevCycleHQ/release-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88fd5961..76a859af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: token: ${{ secrets.AUTOMATION_USER_TOKEN }} fetch-depth: 0 - - uses: DevCycleHQ/release-action/prepare-release@v2.3.0 + - uses: DevCycleHQ/release-action/prepare-release@v2.4.0 id: prepare-release with: github-token: ${{ secrets.AUTOMATION_USER_TOKEN }} @@ -96,7 +96,7 @@ jobs: run: | ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache - - uses: DevCycleHQ/release-action/create-release@v2.3.0 + - uses: DevCycleHQ/release-action/create-release@v2.4.0 id: create-release with: github-token: ${{ secrets.AUTOMATION_USER_TOKEN }} From 9d0c6a4af992dec65b055aa769119d1c5284a244 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:49:26 +0000 Subject: [PATCH 2/2] Pin release action to immutable commit Co-authored-by: jonathannorris <1219069+jonathannorris@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76a859af..56f1048c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: token: ${{ secrets.AUTOMATION_USER_TOKEN }} fetch-depth: 0 - - uses: DevCycleHQ/release-action/prepare-release@v2.4.0 + - uses: DevCycleHQ/release-action/prepare-release@a9e66801e2b8838e2548d8c24e1d76a109323238 id: prepare-release with: github-token: ${{ secrets.AUTOMATION_USER_TOKEN }} @@ -96,7 +96,7 @@ jobs: run: | ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache - - uses: DevCycleHQ/release-action/create-release@v2.4.0 + - uses: DevCycleHQ/release-action/create-release@a9e66801e2b8838e2548d8c24e1d76a109323238 id: create-release with: github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}