diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index db3d721..eb4b3dc 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@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@3432f9e01cf089f24d3718468d28c5fbd9fe78d9 # v0.3.6 permissions: contents: read pull-requests: write diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6e333c9..fc46f79 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@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@3432f9e01cf089f24d3718468d28c5fbd9fe78d9 # v0.3.6 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 eabcd07..2e3bf0d 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@d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4 # v0.2.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@3432f9e01cf089f24d3718468d28c5fbd9fe78d9 # v0.3.6 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 afdc073..93cdacc 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@2b65864a7014d3e0b24af7d787ffcfc3f0dcc448 # v0.3.5 + uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@3432f9e01cf089f24d3718468d28c5fbd9fe78d9 # v0.3.6 permissions: security-events: write id-token: write