From f32ee4c20bae0a9f83978aac1c42c64a0777515c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:59:07 +0000 Subject: [PATCH] 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 5b7f2938bc31b110554c8ef5b6d38659d225f096 to a19110ccba9015ba112caf0990eaeaeafff1ef5f. - [Release notes](https://github.com/cuioss/cuioss-organization/releases) - [Commits](https://github.com/cuioss/cuioss-organization/compare/5b7f2938bc31b110554c8ef5b6d38659d225f096...a19110ccba9015ba112caf0990eaeaeafff1ef5f) --- updated-dependencies: - dependency-name: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml dependency-version: a19110ccba9015ba112caf0990eaeaeafff1ef5f dependency-type: direct:production ... 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 6294fdf..f5989fd 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@5b7f2938bc31b110554c8ef5b6d38659d225f096 # main + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@816a6b2032f3d83ea544e94e904c04d65043abb2 # main secrets: RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }} RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}