Skip to content

Commit ab1a927

Browse files
chore(deps): update actions/create-github-app-token action to v2.2.1 (#4482)
- `actions/create-github-app-token`: v2.2.0 → v2.2.1
1 parent e64a4a0 commit ab1a927

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
config: .syft.yaml
9595
fail_build: 'true' # Fail job if critical vulnerabilities are detected
9696

97-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
97+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
9898
id: github-app-token
9999
with:
100100
app-id: ${{ secrets.APP_ID }}

.github/workflows/sync-kuma-oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo '=========='
6666
echo 'Diff:'
6767
git -C packages/kuma-http-api --no-pager diff --unified=0
68-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
68+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
6969
if: ${{ github.event_name != 'pull_request' }}
7070
id: github-app-token
7171
with:

.github/workflows/sync-with-kumahq-kuma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Not during testing only hence not on a PR event
4444
if: ${{ github.event_name != 'pull_request' }}
4545
id: github-app-token
46-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
46+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4747
with:
4848
app-id: ${{ secrets.APP_ID }}
4949
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)