Skip to content

Commit 62f00cf

Browse files
committed
Merge branch 'main' into documentation-review
2 parents 5168187 + fd72525 commit 62f00cf

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/gemini-dispatch.yml

Lines changed: 3 additions & 3 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 }}"
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: "Extract command"
8686
id: "extract_command"
87-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7
87+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v7
8888
env:
8989
EVENT_TYPE: "${{ github.event_name }}.${{ github.event.action }}"
9090
REQUEST:
@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: "Get repository labels"
4242
id: "get_labels"
43-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
43+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
4444
with:
4545
# NOTE: we intentionally do not use the minted token. The default
4646
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -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 }}"
@@ -252,7 +252,7 @@ jobs:
252252
env:
253253
AVAILABLE_LABELS: "${{ needs.triage.outputs.available_labels }}"
254254
TRIAGED_ISSUES: "${{ needs.triage.outputs.triaged_issues }}"
255-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
255+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
256256
with:
257257
# Use the provided token so that the "gemini-cli" is the actor in the
258258
# log for what changed the labels.

.github/workflows/gemini-triage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: "Get repository labels"
3535
id: "get_labels"
36-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
36+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
3737
with:
3838
# NOTE: we intentionally do not use the given token. The default
3939
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -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 }}"
@@ -155,7 +155,7 @@ jobs:
155155
ISSUE_NUMBER: "${{ github.event.issue.number }}"
156156
AVAILABLE_LABELS: "${{ needs.triage.outputs.available_labels }}"
157157
SELECTED_LABELS: "${{ needs.triage.outputs.selected_labels }}"
158-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
158+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
159159
with:
160160
# Use the provided token so that the "gemini-cli" is the actor in the
161161
# log for what changed the labels.

0 commit comments

Comments
 (0)