Skip to content

Commit 9c1d540

Browse files
build(deps): bump actions/create-github-app-token (#763)
Bumps the actions_dep group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2.0.6 to 2.1.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@df432ce...0f859bf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions_dep ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bbff9e commit 9c1d540

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gemini-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
id: 'generate_token'
9292
if: |-
9393
${{ vars.APP_ID }}
94-
uses: 'actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e' # ratchet:actions/create-github-app-token@v2
94+
uses: 'actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe' # ratchet:actions/create-github-app-token@v2
9595
with:
9696
app-id: '${{ vars.APP_ID }}'
9797
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

.github/workflows/gemini-issue-automated-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: 'generate_token'
5151
if: |-
5252
${{ vars.APP_ID }}
53-
uses: 'actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e' # ratchet:actions/create-github-app-token@v2
53+
uses: 'actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe' # ratchet:actions/create-github-app-token@v2
5454
with:
5555
app-id: '${{ vars.APP_ID }}'
5656
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

.github/workflows/gemini-issue-scheduled-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: 'generate_token'
3333
if: |-
3434
${{ vars.APP_ID }}
35-
uses: 'actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e' # ratchet:actions/create-github-app-token@v2
35+
uses: 'actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe' # ratchet:actions/create-github-app-token@v2
3636
with:
3737
app-id: '${{ vars.APP_ID }}'
3838
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
@@ -72,7 +72,7 @@ jobs:
7272
id: 'generate_token'
7373
if: |-
7474
${{ vars.APP_ID }}
75-
uses: 'actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e' # ratchet:actions/create-github-app-token@v2
75+
uses: 'actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe' # ratchet:actions/create-github-app-token@v2
7676
with:
7777
app-id: '${{ vars.APP_ID }}'
7878
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)