From 8e28fd5e34cb3bf5ea536aeea30a41733d6790bc Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Wed, 11 Feb 2026 21:01:14 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.3.0 --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index de26716..3643433 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@421483d5b133e02e6d6f1a0f2e800bedb7869122 # v0.2.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@072cef7145e9735ace4f1f40bcaf07ef86258b0a # v0.3.0 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fe001ed..e46a9d7 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@421483d5b133e02e6d6f1a0f2e800bedb7869122 # v0.2.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@072cef7145e9735ace4f1f40bcaf07ef86258b0a # v0.3.0 secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index ea16bfb..e21eb04 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@421483d5b133e02e6d6f1a0f2e800bedb7869122 # v0.2.9 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@072cef7145e9735ace4f1f40bcaf07ef86258b0a # v0.3.0 permissions: security-events: write id-token: write