From a67b3c45e15e9570eb10455ed584e25be457b811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:14:58 +0000 Subject: [PATCH] bump(github-actions): Bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index daf1926..2978bde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -352,7 +352,7 @@ jobs: go fmt pkg/fab/versions.go - name: Generate token for the fabricator repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: fab-app-token with: app-id: ${{ secrets.FAB_APP_ID }} @@ -413,7 +413,7 @@ jobs: - name: "Generate GitHub App token for the dataplane repository" id: "app-token" - uses: "actions/create-github-app-token@v2" + uses: "actions/create-github-app-token@v3" with: app-id: "${{ secrets.DP_APP_ID }}" private-key: "${{ secrets.DP_PRIVATE_KEY }}"