From a61597d22eef92a3f8d83d794ab91e32349abb0c Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Thu, 12 Feb 2026 20:28:01 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.3.4 --- .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 8b41fa3..bd383f9 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@d511175c0f6923f9de14c1c15830f2127b41e154 # v0.3.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@618214d4e5b32cd9b1ffe0354f800e7e3358fb60 # v0.3.4 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 465f233..55b75af 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@d511175c0f6923f9de14c1c15830f2127b41e154 # v0.3.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@618214d4e5b32cd9b1ffe0354f800e7e3358fb60 # v0.3.4 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 1971ebe..e583936 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@d511175c0f6923f9de14c1c15830f2127b41e154 # v0.3.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@618214d4e5b32cd9b1ffe0354f800e7e3358fb60 # v0.3.4 permissions: security-events: write id-token: write