From 339262920ff72dd835f963ece0286ffed280a3b1 Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Sun, 19 Jul 2026 20:28:10 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.11.0 --- .github/workflows/codeql.yml | 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 06f4740..6a5f9cc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ jobs: # The reusable workflow fixes the query suite to +security-and-quality org-wide; # build-mode: none analyses the sources directly (no Maven build needed for this # zero-dependency library). - uses: cuioss/cuioss-organization/.github/workflows/reusable-codeql.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 + uses: cuioss/cuioss-organization/.github/workflows/reusable-codeql.yml@d130b317a9122014f76d760452aba05c4ea567e3 # v0.11.0 permissions: security-events: write contents: read diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 91df823..4b91410 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@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@d130b317a9122014f76d760452aba05c4ea567e3 # v0.11.0 permissions: contents: write pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0cf8ec4..33e8eab 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@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@d130b317a9122014f76d760452aba05c4ea567e3 # v0.11.0 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 859c06e..b36066a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,7 +14,7 @@ permissions: jobs: build: - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@d130b317a9122014f76d760452aba05c4ea567e3 # v0.11.0 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 cbd2d80..be9db54 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@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@d130b317a9122014f76d760452aba05c4ea567e3 # v0.11.0 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 5427a77..0a88cd5 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@dd1b90a37f4c92f785eb935e57af9d3eba5da85c # v0.10.2 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@d130b317a9122014f76d760452aba05c4ea567e3 # v0.11.0 permissions: security-events: write id-token: write