From 1370b585d9eda4956855384915c1d589a48cd56a Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Sun, 19 Jul 2026 10:29:08 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.10.2 --- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 1a9256a..91df823 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -8,7 +8,7 @@ permissions: jobs: auto-merge: - uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@ef13a4cc2866081c878187fdc3243243644bb19e # v0.10.1 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 permissions: contents: write pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index fc59a4a..f967c5a 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@ef13a4cc2866081c878187fdc3243243644bb19e # v0.10.1 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 324ce2b..00dead2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ permissions: jobs: build: - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@ef13a4cc2866081c878187fdc3243243644bb19e # v0.10.1 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 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 7e15de6..3eede19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' permissions: contents: write - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@ef13a4cc2866081c878187fdc3243243644bb19e # v0.10.1 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 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 5c427e8..e9b9297 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@ef13a4cc2866081c878187fdc3243243644bb19e # v0.10.1 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 permissions: security-events: write id-token: write