Skip to content

Commit 9887944

Browse files
Bump actions/create-github-app-token from 2.0.2 to 3.2.0 in the actions group across 1 directory (#61786)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve S <steves@users.noreply.github.com>
1 parent 4b0a834 commit 9887944

16 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/changelog-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Generate GitHub App token
4949
id: app-token
50-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
50+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5151
with:
5252
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
5353
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/count-translation-corruptions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Generate GitHub App token
2727
id: app-token
28-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
28+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2929
with:
3030
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
3131
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/index-autocomplete-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Generate GitHub App token
3131
id: app-token
32-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
32+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3333
with:
3434
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
3535
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/index-general-search-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Generate GitHub App token
4343
id: app-token
44-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
44+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4545
with:
4646
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
4747
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/link-check-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Generate GitHub App token
4040
if: ${{ github.repository == 'github/docs-internal' }}
4141
id: app-token
42-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
42+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4343
with:
4444
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
4545
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/local-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate GitHub App token
2525
if: ${{ github.repository == 'github/docs-internal' }}
2626
id: app-token
27-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
27+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2828
with:
2929
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
3030
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/orphaned-features-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Generate GitHub App token
2929
id: app-token
30-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
30+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3131
with:
3232
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
3333
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/orphaned-files-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Generate GitHub App token
3434
id: app-token
35-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
35+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3636
with:
3737
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
3838
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/reviewers-content-systems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Generate GitHub App token
4141
id: app-token
42-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
42+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4343
with:
4444
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
4545
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

.github/workflows/reviewers-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Generate GitHub App token
4242
id: app-token
43-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
43+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4444
with:
4545
app-id: ${{ secrets.DOCS_BOT_APP_ID }}
4646
private-key: ${{ secrets.DOCS_BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)