From d93234d8f4586d7a19be76fd098da761e4ec7f03 Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Fri, 13 Feb 2026 08:33:59 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.3.5 --- .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 2afa484..db3d721 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,7 +10,7 @@ permissions: jobs: dependency-review: - uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@618214d4e5b32cd9b1ffe0354f800e7e3358fb60 # v0.3.4 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d922425..6e333c9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,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@618214d4e5b32cd9b1ffe0354f800e7e3358fb60 # v0.3.4 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 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 c5a8dab..afdc073 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -13,7 +13,7 @@ permissions: jobs: analysis: - uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@618214d4e5b32cd9b1ffe0354f800e7e3358fb60 # v0.3.4 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 permissions: security-events: write id-token: write