diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 6735c71..f0f5f74 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -9,7 +9,7 @@ permissions: jobs: auto-merge: if: github.actor == 'dependabot[bot]' - uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@37d7d02d2c4615e514cf7b6e4a060806d9611663 # v0.8.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@9ea25d1cc6599d24a0f2333330b112c627f58688 # v0.9.0 permissions: contents: write pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 70013fc..dd55271 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@37d7d02d2c4615e514cf7b6e4a060806d9611663 # v0.8.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@9ea25d1cc6599d24a0f2333330b112c627f58688 # v0.9.0 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 289ccfb..c4894d5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ concurrency: jobs: build: - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@37d7d02d2c4615e514cf7b6e4a060806d9611663 # v0.8.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@9ea25d1cc6599d24a0f2333330b112c627f58688 # v0.9.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 51f9b24..0d3a80c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,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@37d7d02d2c4615e514cf7b6e4a060806d9611663 # v0.8.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@9ea25d1cc6599d24a0f2333330b112c627f58688 # v0.9.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 eabd99a..06d0336 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@37d7d02d2c4615e514cf7b6e4a060806d9611663 # v0.8.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@9ea25d1cc6599d24a0f2333330b112c627f58688 # v0.9.0 permissions: security-events: write id-token: write