Skip to content

Commit a5bc957

Browse files
chore: Update actions/create-github-app-token action to v2.2.2
1 parent 9e72483 commit a5bc957

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-please.yml

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

3838
- name: Generate a token
3939
id: generate-token
40-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
40+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4141
with:
4242
app-id: ${{ env.GITHUB_APP_ID }}
4343
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

.github/workflows/validate_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: create GitHub app token
4545
id: app-token
46-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
46+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4747
with:
4848
app-id: ${{ env.SM_CI_APP_ID }}
4949
private-key: ${{ env.SM_CI_APP_PRIVATE_KEY }}
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: create GitHub app token
169169
id: app-token
170-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
170+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
171171
with:
172172
app-id: ${{ env.SM_CI_APP_ID }}
173173
private-key: ${{ env.SM_CI_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)