From abe4bd9f4be1ae4f5873cc614cebba260c530c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 02:45:38 +0000 Subject: [PATCH] Bump the actions-deps group with 5 updates Bumps the actions-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml](https://github.com/ptr727/projecttemplate) | `2.0.645` | `2.0.648` | | [ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml](https://github.com/ptr727/projecttemplate) | `2.0.645` | `2.0.648` | | [ptr727/ProjectTemplate/.github/workflows/validate-task.yml](https://github.com/ptr727/projecttemplate) | `2.0.645` | `2.0.648` | | [ptr727/ProjectTemplate/.github/workflows/build-release-task.yml](https://github.com/ptr727/projecttemplate) | `2.0.645` | `2.0.648` | | [ptr727/ProjectTemplate/.github/workflows/run-codegen-pull-request-task.yml](https://github.com/ptr727/projecttemplate) | `2.0.645` | `2.0.648` | Updates `ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml` from 2.0.645 to 2.0.648 - [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/9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0...3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3) Updates `ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml` from 2.0.645 to 2.0.648 - [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/9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0...3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3) Updates `ptr727/ProjectTemplate/.github/workflows/validate-task.yml` from 2.0.645 to 2.0.648 - [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/9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0...3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3) Updates `ptr727/ProjectTemplate/.github/workflows/build-release-task.yml` from 2.0.645 to 2.0.648 - [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/9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0...3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3) Updates `ptr727/ProjectTemplate/.github/workflows/run-codegen-pull-request-task.yml` from 2.0.645 to 2.0.648 - [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/9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0...3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3) --- updated-dependencies: - dependency-name: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml dependency-version: 2.0.648 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.648 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/validate-task.yml dependency-version: 2.0.648 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.648 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/run-codegen-pull-request-task.yml dependency-version: 2.0.648 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/run-periodic-codegen-pull-request.yml | 2 +- .github/workflows/test-pull-request.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/merge-bot-pull-request.yml b/.github/workflows/merge-bot-pull-request.yml index 217bf9f..d0b8bfe 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@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 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 6314355..0b3f8e7 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -39,7 +39,7 @@ jobs: # Single source of the release-gate decision, publish or not and stable or not, reused by every job below. plan: name: Plan release job - uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 with: event_name: ${{ github.event_name }} actor: ${{ github.actor }} @@ -50,7 +50,7 @@ jobs: name: Validate job needs: [plan] if: ${{ needs.plan.outputs.publish == 'true' }} - uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} permissions: @@ -65,7 +65,7 @@ jobs: name: Publish project release job needs: [plan, validate] if: ${{ needs.plan.outputs.publish == 'true' && needs.validate.result == 'success' }} - uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 permissions: contents: write actions: write diff --git a/.github/workflows/run-periodic-codegen-pull-request.yml b/.github/workflows/run-periodic-codegen-pull-request.yml index fdcdebe..66fa25d 100644 --- a/.github/workflows/run-periodic-codegen-pull-request.yml +++ b/.github/workflows/run-periodic-codegen-pull-request.yml @@ -23,7 +23,7 @@ jobs: run-codegen: name: Run codegen and pull request job - uses: ptr727/ProjectTemplate/.github/workflows/run-codegen-pull-request-task.yml@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/run-codegen-pull-request-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 secrets: CODEGEN_APP_CLIENT_ID: ${{ secrets.CODEGEN_APP_CLIENT_ID }} CODEGEN_APP_PRIVATE_KEY: ${{ secrets.CODEGEN_APP_PRIVATE_KEY }} diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 3872d53..d5b59a1 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -58,7 +58,7 @@ jobs: validate: name: Validate job - uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 permissions: contents: read # Mapped explicitly rather than inherited, since this is a cross-repository call and secrets: inherit would hand the callee every secret this repository holds. @@ -75,7 +75,7 @@ jobs: name: Smoke build job needs: [changes] if: needs.changes.outputs.release == 'true' || github.event_name == 'workflow_dispatch' - uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@9129f41e180d9fec80fbd6d9e47c4d3d1cb0dab0 # 2.0.645 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@3a5c11376c17f33d61bd64bf9f05a6d46e9ea4f3 # 2.0.648 permissions: contents: read with: