diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index d28e0e8..875d50a 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@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@10e359dfd5cff4bb6fd758dcbe4692d6f70d2b03 # v0.6.0 permissions: contents: write pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index dd0585d..63b5043 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@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@10e359dfd5cff4bb6fd758dcbe4692d6f70d2b03 # v0.6.0 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bf0b85b..35e782c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ jobs: # Run on push events, OR on pull_request only if from a fork # This prevents duplicate runs: push handles internal branches, PR handles forks if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@10e359dfd5cff4bb6fd758dcbe4692d6f70d2b03 # v0.6.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 9e6b5f8..c735818 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@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@10e359dfd5cff4bb6fd758dcbe4692d6f70d2b03 # v0.6.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 be3c17e..cd6331c 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@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@10e359dfd5cff4bb6fd758dcbe4692d6f70d2b03 # v0.6.0 permissions: security-events: write id-token: write