Skip to content

Commit e8e0533

Browse files
authored
Merge pull request #9051 from thunderbird/dependabot/github_actions/actions/create-github-app-token-2.0.2
Bump actions/create-github-app-token from 1.11.6 to 2.0.2
2 parents 045181a + 7d1f1cd commit e8e0533

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
environment: botmobile
2222
steps:
2323
- name: App token generate
24-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
24+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2525
if: ${{ vars.BOT_CLIENT_ID }}
2626
id: app-token
2727
with:

.github/workflows/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@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
25+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2626
if: ${{ vars.BOT_CLIENT_ID }}
2727
id: app-token
2828
with:

.github/workflows/needinfo-remove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: App token generate
27-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
27+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2828
if: ${{ vars.BOT_CLIENT_ID }}
2929
id: app-token
3030
with:

.github/workflows/needinfo-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
- name: App token generate
22-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
22+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2323
if: ${{ vars.BOT_CLIENT_ID }}
2424
id: app-token
2525
with:

.github/workflows/pulls-merged.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@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
21+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2222
if: ${{ vars.BOT_CLIENT_ID }}
2323
id: app-token
2424
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@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
209+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
210210
if: ${{ vars.BOT_CLIENT_ID }}
211211
id: app-token
212212
with:
@@ -765,7 +765,7 @@ jobs:
765765
ls -l uploads/${PKG_FILE_PRETTY}
766766
767767
- name: App Token Generate
768-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
768+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
769769
if: ${{ contains(matrix.releaseTarget, 'github') && vars.BOT_CLIENT_ID }}
770770
id: app-token
771771
with:

.github/workflows/uplift-merges.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@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
23+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2424
if: ${{ !inputs.dryRun && vars.BOT_CLIENT_ID }}
2525
id: app-token
2626
with:

0 commit comments

Comments
 (0)