Skip to content

Commit fd72525

Browse files
Bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#1513)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@a8d6161...6701853) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5403ef0 commit fd72525

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/gemini-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: "mint_identity_token"
7575
if: |-
7676
${{ vars.APP_ID }}
77-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
77+
uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2
7878
with:
7979
app-id: "${{ vars.APP_ID }}"
8080
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
@@ -186,7 +186,7 @@ jobs:
186186
id: "mint_identity_token"
187187
if: |-
188188
${{ vars.APP_ID }}
189-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
189+
uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2
190190
with:
191191
app-id: "${{ vars.APP_ID }}"
192192
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: "mint_identity_token"
3232
if: |-
3333
${{ vars.APP_ID }}
34-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
34+
uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2
3535
with:
3636
app-id: "${{ vars.APP_ID }}"
3737
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: "mint_identity_token"
3333
if: |-
3434
${{ vars.APP_ID }}
35-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
35+
uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # 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-scheduled-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
id: "mint_identity_token"
241241
if: |-
242242
${{ vars.APP_ID }}
243-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
243+
uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2
244244
with:
245245
app-id: "${{ vars.APP_ID }}"
246246
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/gemini-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
id: "mint_identity_token"
143143
if: |-
144144
${{ vars.APP_ID }}
145-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
145+
uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2
146146
with:
147147
app-id: "${{ vars.APP_ID }}"
148148
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)