From 80caf667c81f28c641321b7a2778578608667a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:37:01 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 1 to 2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/assign.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/fulfill.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index f1ac27d..21448cf 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -17,7 +17,7 @@ jobs: if: contains(github.event.issue.labels.*.name, 'create-repo') && github.event.action == 'opened' steps: - name: Generate app token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: authenticate with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea7188e..eb5cd15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: environment: prod steps: - name: Generate app token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: authenticate with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/fulfill.yml b/.github/workflows/fulfill.yml index b7b23ef..5a40328 100644 --- a/.github/workflows/fulfill.yml +++ b/.github/workflows/fulfill.yml @@ -24,7 +24,7 @@ jobs: environment: prod steps: - name: Generate app token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: authenticate with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 68594e4..aae0a87 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,7 +14,7 @@ jobs: if: contains(github.event.issue.labels.*.name, 'create-repo') && github.event.issue.state == 'open' steps: - name: Generate app token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: authenticate with: app-id: ${{ secrets.APP_ID }} @@ -264,7 +264,7 @@ jobs: gh pr merge $prNumber --auto --delete-branch --squash --repo $env:GITHUB_REPOSITORY - name: Generate app token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: authenticate_approver with: app-id: ${{ secrets.APPROVER_APP_ID }}