From c17e9b83cf53e7899638ab5a4061c1f9f0fb6d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:37:35 +0000 Subject: [PATCH] chore(deps): bump cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml Bumps [cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml](https://github.com/cuioss/cuioss-organization) from 0.2.8 to 0.3.2. - [Release notes](https://github.com/cuioss/cuioss-organization/releases) - [Commits](https://github.com/cuioss/cuioss-organization/compare/d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4...71e589e53342c823c05a28bf7977675bc7dfcbb1) --- updated-dependencies: - dependency-name: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 298d2fa..29d9f68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: permissions: contents: write if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4 # v0.2.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 secrets: RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }} RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}