diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 50e19a5..761fe32 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@e750788f3f5c718d945dc504fab4975bbb705404 # v0.16.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@baf31841ab596ad200a8360d2f969b1f4bf889ef # v0.16.1 permissions: contents: write pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 286bde0..f228757 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@e750788f3f5c718d945dc504fab4975bbb705404 # v0.16.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@baf31841ab596ad200a8360d2f969b1f4bf889ef # v0.16.1 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index db3a828..dcfb903 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@e750788f3f5c718d945dc504fab4975bbb705404 # v0.16.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@baf31841ab596ad200a8360d2f969b1f4bf889ef # v0.16.1 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 da01276..fe22814 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@e750788f3f5c718d945dc504fab4975bbb705404 # v0.16.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@baf31841ab596ad200a8360d2f969b1f4bf889ef # v0.16.1 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 3954e39..cbdf6b9 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@e750788f3f5c718d945dc504fab4975bbb705404 # v0.16.0 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@baf31841ab596ad200a8360d2f969b1f4bf889ef # v0.16.1 permissions: security-events: write id-token: write