diff --git a/.github/workflows/merge-bot-pull-request.yml b/.github/workflows/merge-bot-pull-request.yml index abe42a1b..6667e31e 100644 --- a/.github/workflows/merge-bot-pull-request.yml +++ b/.github/workflows/merge-bot-pull-request.yml @@ -19,7 +19,7 @@ jobs: merge-bot: name: Merge bot pull request job - uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@f3b4cc98654878e63ebfe21b68b8516b7bb46469 # 2.0.526 + uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@a9afa1d0f56e0160b65baf70ae64a9b6122e8405 # 2.0.539 secrets: CODEGEN_APP_CLIENT_ID: ${{ secrets.CODEGEN_APP_CLIENT_ID }} CODEGEN_APP_PRIVATE_KEY: ${{ secrets.CODEGEN_APP_PRIVATE_KEY }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 54081622..34c2488b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -35,7 +35,7 @@ jobs: # rather than resolving publish == false, so a mistyped release attempt is visible instead of a silent no-op. plan: name: Plan release job - uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@f3b4cc98654878e63ebfe21b68b8516b7bb46469 # 2.0.526 + uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@a9afa1d0f56e0160b65baf70ae64a9b6122e8405 # 2.0.539 with: event_name: ${{ github.event_name }} actor: ${{ github.actor }} @@ -67,7 +67,7 @@ jobs: needs: [plan, validate] if: >- ${{ needs.plan.outputs.publish == 'true' && needs.validate.result == 'success' }} - uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@f3b4cc98654878e63ebfe21b68b8516b7bb46469 # 2.0.526 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@a9afa1d0f56e0160b65baf70ae64a9b6122e8405 # 2.0.539 secrets: DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} @@ -98,7 +98,7 @@ jobs: ${{ needs.plan.outputs.publish == 'true' && needs.publish.result == 'success' }} permissions: contents: read - uses: ptr727/ProjectTemplate/.github/workflows/publish-docker-readme-task.yml@f3b4cc98654878e63ebfe21b68b8516b7bb46469 # 2.0.526 + uses: ptr727/ProjectTemplate/.github/workflows/publish-docker-readme-task.yml@a9afa1d0f56e0160b65baf70ae64a9b6122e8405 # 2.0.539 with: ref: ${{ github.sha }} branch: ${{ github.ref_name }} diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index a1be2ff8..59eee8a3 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -41,7 +41,7 @@ jobs: smoke-build: name: Smoke build job if: ${{ !github.event.deleted }} - uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@f3b4cc98654878e63ebfe21b68b8516b7bb46469 # 2.0.526 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@a9afa1d0f56e0160b65baf70ae64a9b6122e8405 # 2.0.539 permissions: contents: read secrets: