From 7e1cf42dc3d09a3413790264772ea43f57342025 Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Wed, 18 Feb 2026 07:24:05 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.3.10 --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 164e68d..94beea4 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,7 +9,7 @@ permissions: jobs: dependency-review: - uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@0cb944fe3797e0bb25e825dbb0433e126762f289 # v0.3.10 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7efbce1..6c29fe7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ jobs: # Run on push events, OR on pull_request only if from a fork # This prevents duplicate runs: push handles internal branches, PR handles forks if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@0cb944fe3797e0bb25e825dbb0433e126762f289 # v0.3.10 secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78cb92f..a5c4141 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@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@0cb944fe3797e0bb25e825dbb0433e126762f289 # v0.3.10 secrets: RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }} RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 9bd1f8f..e577c5e 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -12,7 +12,7 @@ permissions: jobs: analysis: - uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@0cb944fe3797e0bb25e825dbb0433e126762f289 # v0.3.10 permissions: security-events: write id-token: write