Skip to content

Commit 6f45077

Browse files
Bump actions/create-github-app-token from 2.1.4 to 3.0.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.4 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@6701853...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcaf555 commit 6f45077

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@67018539274d69449ef7c02e8e71183d1719ab42' # ratchet:actions/create-github-app-token@v2
94+
uses: 'actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859' # 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@67018539274d69449ef7c02e8e71183d1719ab42' # ratchet:actions/create-github-app-token@v2
53+
uses: 'actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859' # 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@67018539274d69449ef7c02e8e71183d1719ab42' # ratchet:actions/create-github-app-token@v2
35+
uses: 'actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859' # 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@67018539274d69449ef7c02e8e71183d1719ab42' # ratchet:actions/create-github-app-token@v2
75+
uses: 'actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859' # 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)