Skip to content

Commit f0cc972

Browse files
build(deps): bump actions/create-github-app-token in /.github/workflows
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@f8d387b...bcd2ba4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30db14f commit f0cc972

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
(github.event_name == 'merge_group') ||
430430
(github.event_name == 'pull_request' && !contains(fromJSON(needs.testmask.outputs.targets), 'test') && !contains(fromJSON(needs.testmask.outputs.targets), 'test-exp-ssh'))
431431
id: generate-check-token
432-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
432+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
433433
with:
434434
app-id: ${{ secrets.DECO_TEST_APPROVAL_APP_ID }}
435435
private-key: ${{ secrets.DECO_TEST_APPROVAL_PRIVATE_KEY }}
@@ -501,7 +501,7 @@ jobs:
501501
steps:
502502
- name: Generate GitHub App Token
503503
id: generate-token
504-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
504+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
505505
with:
506506
app-id: ${{ secrets.DECO_WORKFLOW_TRIGGER_APP_ID }}
507507
private-key: ${{ secrets.DECO_WORKFLOW_TRIGGER_PRIVATE_KEY }}

.github/workflows/start-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate GitHub App Token for Workflow Trigger
2020
id: generate-token
21-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
21+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2222
with:
2323
app-id: ${{ secrets.DECO_WORKFLOW_TRIGGER_APP_ID }}
2424
private-key: ${{ secrets.DECO_WORKFLOW_TRIGGER_PRIVATE_KEY }}
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Generate GitHub App Token for Check Updates
2929
id: generate-check-token
30-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
30+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3131
with:
3232
app-id: ${{ secrets.DECO_TEST_APPROVAL_APP_ID }}
3333
private-key: ${{ secrets.DECO_TEST_APPROVAL_PRIVATE_KEY }}

0 commit comments

Comments
 (0)