Skip to content

Commit 1da2bb2

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump actions/create-github-app-token from 2 to 3 (#1931) (#1932)
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](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... (cherry picked from commit 8652948) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ffbd4f commit 1da2bb2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: GitHub App token
1818
id: github_app_token
19-
uses: actions/create-github-app-token@v2
19+
uses: actions/create-github-app-token@v3
2020
with:
2121
app-id: ${{ secrets.APP_ID }}
2222
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate GitHub App Token
2121
id: github_app_token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.APP_ID }}
2525
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Generate GitHub App Token
112112
id: github_app_token
113-
uses: actions/create-github-app-token@v2
113+
uses: actions/create-github-app-token@v3
114114
if: env.is_version_tag == 'true' || env.is_patch_indev_branch == 'true' || env.is_minor_indev_branch == 'true'
115115
with:
116116
app-id: ${{ secrets.APP_ID }}

.github/workflows/code-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Generate GitHub App Token
6868
if: github.repository == 'opensearch-project/opensearch-java'
6969
id: github_app_token
70-
uses: actions/create-github-app-token@v2
70+
uses: actions/create-github-app-token@v3
7171
with:
7272
app-id: ${{ secrets.APP_ID }}
7373
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/dependabot_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: GitHub App token
2020
id: github_app_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.APP_ID }}
2424
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)