Skip to content

Commit f00f2a6

Browse files
authored
Merge pull request #607 from pitabwire/dependabot/github_actions/actions/create-github-app-token-2.2.1
ci(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1
2 parents 647ec7a + e8d313c commit f00f2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gemini-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: 'generate_token'
7474
if: |-
7575
${{ vars.APP_ID }}
76-
uses: 'actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94' # v2
76+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # v2
7777
with:
7878
app-id: '${{ vars.APP_ID }}'
7979
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

.github/workflows/gemini-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: 'generate_token'
8383
if: |-
8484
${{ vars.APP_ID }}
85-
uses: 'actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94' # v2
85+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # v2
8686
with:
8787
app-id: '${{ vars.APP_ID }}'
8888
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)