diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 80b88e0..be78332 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@b1762e6052dfd4cfbb4a05d85804ec0a59e272d0 # v0.3.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 043a205..dee8edd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,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@b1762e6052dfd4cfbb4a05d85804ec0a59e272d0 # v0.3.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 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 93b6093..7f093bf 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@b1762e6052dfd4cfbb4a05d85804ec0a59e272d0 # v0.3.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 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 861d96e..d3658a2 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@b1762e6052dfd4cfbb4a05d85804ec0a59e272d0 # v0.3.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@4d934640e9ec4e574ee29fe1fc269e542c8d79c5 # v0.3.9 permissions: security-events: write id-token: write