From 8ac305b52f33811f673b6fc3d2563b909ab782d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Mar 2026 12:20:53 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2 to 3 (#1931) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 865294819280c08c979ec48da832c56a5ac37f44) Signed-off-by: github-actions[bot] --- .github/workflows/backport.yml | 2 +- .github/workflows/bump-version.yml | 4 ++-- .github/workflows/code-generation.yml | 2 +- .github/workflows/dependabot_pr.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index cf446f9e28..3b37691cf2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -16,7 +16,7 @@ jobs: steps: - name: GitHub App token id: github_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5cd4ab0591..fe9076b1ea 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Generate GitHub App Token id: github_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -110,7 +110,7 @@ jobs: - name: Generate GitHub App Token id: github_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 if: env.is_version_tag == 'true' || env.is_patch_indev_branch == 'true' || env.is_minor_indev_branch == 'true' with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/code-generation.yml b/.github/workflows/code-generation.yml index 82182e8ef8..f59f8730ff 100644 --- a/.github/workflows/code-generation.yml +++ b/.github/workflows/code-generation.yml @@ -67,7 +67,7 @@ jobs: - name: Generate GitHub App Token if: github.repository == 'opensearch-project/opensearch-java' id: github_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index 013e5266eb..62d3d8f569 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -18,7 +18,7 @@ jobs: steps: - name: GitHub App token id: github_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}