From a037c3e6b0ee176d13489a91eac0d2d866101287 Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Mon, 6 Jul 2026 17:39:18 +0000 Subject: [PATCH] chore: update cuioss-organization workflows to v0.7.0 --- .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 bedda1c..4964a51 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@0af17b4211b2db37c3bc9b5f316f0c534c3ee8d5 # v0.6.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@181cc6a24d4c2b6fe7378b9ac94ac3df4665de7b # v0.7.0 permissions: contents: write pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 19e24bd..f7491cc 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@0af17b4211b2db37c3bc9b5f316f0c534c3ee8d5 # v0.6.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@181cc6a24d4c2b6fe7378b9ac94ac3df4665de7b # v0.7.0 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aa0b1b9..b232383 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@0af17b4211b2db37c3bc9b5f316f0c534c3ee8d5 # v0.6.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@181cc6a24d4c2b6fe7378b9ac94ac3df4665de7b # v0.7.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 84cd426..2adbb75 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@0af17b4211b2db37c3bc9b5f316f0c534c3ee8d5 # v0.6.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@181cc6a24d4c2b6fe7378b9ac94ac3df4665de7b # v0.7.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 a5d826f..0d2460b 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@0af17b4211b2db37c3bc9b5f316f0c534c3ee8d5 # v0.6.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@181cc6a24d4c2b6fe7378b9ac94ac3df4665de7b # v0.7.0 permissions: security-events: write id-token: write