Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit a576011

Browse files
⬆️ Update actions/create-github-app-token action to v2.2.2
1 parent 0244c4f commit a576011

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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: Fetch GitHub App Token
21-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
21+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2222
id: token
2323
with:
2424
app-id: ${{ secrets.GH_APP_TAGPR_ID }}

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Fetch GitHub App Token
18-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
18+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
1919
id: token
2020
with:
2121
app-id: ${{ secrets.GH_APP_TAGPR_ID }}

0 commit comments

Comments
 (0)