Skip to content

Commit e13f1eb

Browse files
feat(github-action): update actions/create-github-app-token action v3.0.0 → v3.1.0
1 parent 1458b46 commit e13f1eb

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/app-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
persist-credentials: false
466466

467467
- name: Generate Token
468-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
468+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
469469
id: app-token
470470
with:
471471
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/deprecate-app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Generate Token
38-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
38+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
3939
id: app-token
4040
with:
4141
app-id: ${{ secrets.BOT_APP_ID }}
@@ -69,7 +69,7 @@ jobs:
6969
group: default
7070
steps:
7171
- name: Generate Token
72-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
72+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
7373
id: app-token
7474
with:
7575
app-id: ${{ secrets.BOT_APP_ID }}
@@ -101,7 +101,7 @@ jobs:
101101
persist-credentials: false
102102

103103
- name: Generate Token
104-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
104+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
105105
id: app-token
106106
with:
107107
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/label-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Generate Token
25-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
25+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
2626
id: app-token
2727
with:
2828
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Generate Token
27-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
27+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
2828
id: app-token
2929
with:
3030
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
group: default
1919
steps:
2020
- name: Generate Token
21-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
21+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
2222
id: app-token
2323
with:
2424
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/retry-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Generate Token
49-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
49+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
5050
id: app-token
5151
with:
5252
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/stale.yaml

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: Generate Token
25-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
25+
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
2626
id: app-token
2727
with:
2828
app-id: "${{ secrets.BOT_APP_ID }}"

0 commit comments

Comments
 (0)