Skip to content

Commit e8cf6fe

Browse files
authored
chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#10703)
2 parents fa0bdd5 + 9faaa57 commit e8cf6fe

10 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
environment: botmobile
2525
steps:
2626
- name: App token generate
27-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
27+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2828
if: ${{ vars.BOT_CLIENT_ID }}
2929
id: app-token
3030
with:

.github/workflows/issue-needinfo-answered.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323
steps:
2424
- name: App token generate
25-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
25+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2626
if: ${{ vars.BOT_CLIENT_ID }}
2727
id: app-token
2828
with:

.github/workflows/issue-needinfo-remove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: write
2626
steps:
2727
- name: App token generate
28-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
28+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2929
if: ${{ vars.BOT_CLIENT_ID }}
3030
id: app-token
3131
with:

.github/workflows/issue-needinfo-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: App token generate
23-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
23+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2424
if: ${{ vars.BOT_CLIENT_ID }}
2525
id: app-token
2626
with:

.github/workflows/pr-auto-assign-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: botmobile
1919
steps:
2020
- name: App token generate
21-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
21+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2222
if: ${{ vars.BOT_CLIENT_ID }}
2323
id: app-token
2424
with:

.github/workflows/pr-dependabot-dependency-guard-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 90
3333
steps:
3434
- name: App Token Generate
35-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
35+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3636
if: ${{ vars.BOT_CLIENT_ID }}
3737
id: app-token
3838
with:

.github/workflows/pr-label-tb-team.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: review
1919
steps:
2020
- name: App token generate
21-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
21+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2222
if: ${{ vars.BOT_CLIENT_ID }}
2323
id: app-token
2424
with:

.github/workflows/pr-merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: botmobile
2020
steps:
2121
- name: App token generate
22-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
22+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2323
if: ${{ vars.BOT_CLIENT_ID }}
2424
id: app-token
2525
with:

.github/workflows/pr-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: botmobile
2020
steps:
2121
- name: App token generate
22-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
22+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2323
if: ${{ vars.BOT_CLIENT_ID }}
2424
id: app-token
2525
with:

.github/workflows/shippable_builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
new_version_code: ${{ steps.new_version_code.outputs.new_version_code }}
207207
steps:
208208
- name: App Token Generate
209-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
209+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
210210
if: ${{ vars.BOT_CLIENT_ID }}
211211
id: app-token
212212
with:
@@ -745,7 +745,7 @@ jobs:
745745
ls -l uploads/${PKG_FILE_PRETTY}
746746
747747
- name: App Token Generate
748-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
748+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
749749
if: ${{ contains(matrix.releaseTarget, 'github') && vars.BOT_CLIENT_ID }}
750750
id: app-token
751751
with:

0 commit comments

Comments
 (0)