From 6bbc85f45739206caa61c7bf61d9640940456600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 05:43:19 +0000 Subject: [PATCH] Bump the actions-deps group with 4 updates Bumps the actions-deps group with 4 updates: [ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml](https://github.com/ptr727/projecttemplate), [ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml](https://github.com/ptr727/projecttemplate), [ptr727/ProjectTemplate/.github/workflows/build-release-task.yml](https://github.com/ptr727/projecttemplate) and [ptr727/ProjectTemplate/.github/workflows/publish-docker-readme-task.yml](https://github.com/ptr727/projecttemplate). Updates `ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml` from 2.0.577 to 2.0.584 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1...bb352c64b54511c536e06a235ca86d287de3627b) Updates `ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml` from 2.0.577 to 2.0.584 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1...bb352c64b54511c536e06a235ca86d287de3627b) Updates `ptr727/ProjectTemplate/.github/workflows/build-release-task.yml` from 2.0.577 to 2.0.584 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1...bb352c64b54511c536e06a235ca86d287de3627b) Updates `ptr727/ProjectTemplate/.github/workflows/publish-docker-readme-task.yml` from 2.0.577 to 2.0.584 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1...bb352c64b54511c536e06a235ca86d287de3627b) --- updated-dependencies: - dependency-name: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml dependency-version: 2.0.584 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml dependency-version: 2.0.584 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml dependency-version: 2.0.584 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/publish-docker-readme-task.yml dependency-version: 2.0.584 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-bot-pull-request.yml | 2 +- .github/workflows/publish-release.yml | 6 +++--- .github/workflows/test-pull-request.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge-bot-pull-request.yml b/.github/workflows/merge-bot-pull-request.yml index 86d3d6ad..7aa015d4 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@f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1 # 2.0.577 + uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@bb352c64b54511c536e06a235ca86d287de3627b # 2.0.584 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 6465752f..adb31490 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@f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1 # 2.0.577 + uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@bb352c64b54511c536e06a235ca86d287de3627b # 2.0.584 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@f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1 # 2.0.577 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@bb352c64b54511c536e06a235ca86d287de3627b # 2.0.584 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@f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1 # 2.0.577 + uses: ptr727/ProjectTemplate/.github/workflows/publish-docker-readme-task.yml@bb352c64b54511c536e06a235ca86d287de3627b # 2.0.584 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 56e5285e..48f505a8 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@f8e7491d9c4bedc18b279a1d8b323ce9fde5ccb1 # 2.0.577 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@bb352c64b54511c536e06a235ca86d287de3627b # 2.0.584 permissions: contents: read secrets: