Skip to content

Commit 165e02e

Browse files
committed
Merge branch 'main' into prompt-toolkit
2 parents ca4a6e7 + 9f32c65 commit 165e02e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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@29824e69f54612133e76f7eaac726eef6c875baf" # 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@29824e69f54612133e76f7eaac726eef6c875baf" # 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@29824e69f54612133e76f7eaac726eef6c875baf" # 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: 2 additions & 2 deletions
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@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
3636
with:
3737
app-id: "${{ vars.APP_ID }}"
3838
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
@@ -41,7 +41,7 @@ jobs:
4141
permission-pull-requests: "write"
4242

4343
- name: "Checkout repository"
44-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # ratchet:actions/checkout@v5
44+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # ratchet:actions/checkout@v5
4545

4646
- name: "Run Gemini pull request review"
4747
uses: "google-github-actions/run-gemini-cli@v0" # ratchet:exclude

.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
@@ -147,7 +147,7 @@ jobs:
147147
id: "mint_identity_token"
148148
if: |-
149149
${{ vars.APP_ID }}
150-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
150+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
151151
with:
152152
app-id: "${{ vars.APP_ID }}"
153153
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
@@ -159,7 +159,7 @@ jobs:
159159
env:
160160
AVAILABLE_LABELS: "${{ needs.triage.outputs.available_labels }}"
161161
TRIAGED_ISSUES: "${{ needs.triage.outputs.triaged_issues }}"
162-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
162+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
163163
with:
164164
# Use the provided token so that the "gemini-cli" is the actor in the
165165
# 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
@@ -114,7 +114,7 @@ jobs:
114114
id: "mint_identity_token"
115115
if: |-
116116
${{ vars.APP_ID }}
117-
uses: "actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b" # ratchet:actions/create-github-app-token@v2
117+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
118118
with:
119119
app-id: "${{ vars.APP_ID }}"
120120
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
@@ -127,7 +127,7 @@ jobs:
127127
ISSUE_NUMBER: "${{ github.event.issue.number }}"
128128
AVAILABLE_LABELS: "${{ needs.triage.outputs.available_labels }}"
129129
SELECTED_LABELS: "${{ needs.triage.outputs.selected_labels }}"
130-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
130+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
131131
with:
132132
# Use the provided token so that the "gemini-cli" is the actor in the
133133
# log for what changed the labels.

0 commit comments

Comments
 (0)