Skip to content

Commit 9e97503

Browse files
chore(deps): update actions/create-github-app-token action to v2
| datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------ | | github-tags | actions/create-github-app-token | v1.12.0 | v2.0.2 |
1 parent f04dfa7 commit 9e97503

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/meta-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Generate Token
20-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
20+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2121
id: app-token
2222
with:
2323
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/meta-sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Generate Token
21-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
21+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2222
id: app-token
2323
with:
2424
app-id: "${{ secrets.BOT_APP_ID }}"

0 commit comments

Comments
 (0)