Skip to content

Commit f92d5c8

Browse files
ci(deps): bump actions/create-github-app-token from 1.11.3 to 1.12.0
| datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | actions/create-github-app-token | v1.11.3 | v1.12.0 |
1 parent 1bb7e8b commit f92d5c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- name: Generate a token
6161
id: generate_token
62-
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
62+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
6363
with:
6464
# [permissions]─────────────────────────────────────
6565
# [read and write]

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate a token
2020
id: generate_token
21-
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
21+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
2222
with:
2323
app-id: ${{ secrets.MAZI_RELEASE_APP_ID }}
2424
private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)