Skip to content

Commit e17e7dc

Browse files
Bump actions/create-github-app-token from 1.12.0 to 3.0.0 (#1587)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 3.0.0. NO_CHANGELOG=true NO_CHANGELOG=true Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d269fdb commit e17e7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Generate GitHub App Token for Check Updates
4949
id: generate-check-token
50-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
50+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5151
with:
5252
app-id: ${{ secrets.DECO_TEST_APPROVAL_APP_ID }}
5353
private-key: ${{ secrets.DECO_TEST_APPROVAL_PRIVATE_KEY }}
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Generate GitHub App Token for Workflow Trigger
7373
id: generate-token
74-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
74+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
7575
with:
7676
app-id: ${{ secrets.DECO_WORKFLOW_TRIGGER_APP_ID }}
7777
private-key: ${{ secrets.DECO_WORKFLOW_TRIGGER_PRIVATE_KEY }}

0 commit comments

Comments
 (0)