From a811e14c04daf4fa52c42b22fd9a82a29d22be2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:12:07 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 1 to 3.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v3.1.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/snipsync.yml | 2 +- .github/workflows/update-cli-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snipsync.yml b/.github/workflows/snipsync.yml index 600f8c3b8c..fd7801e405 100644 --- a/.github/workflows/snipsync.yml +++ b/.github/workflows/snipsync.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3.1.1 with: app-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} diff --git a/.github/workflows/update-cli-docs.yml b/.github/workflows/update-cli-docs.yml index de9bf1044e..f6543c2c03 100644 --- a/.github/workflows/update-cli-docs.yml +++ b/.github/workflows/update-cli-docs.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3.1.1 with: app-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }}