Skip to content

Commit 65a0b18

Browse files
authored
Merge branch 'main' into dependabot/github_actions/examples/workflows/gemini-dispatch/actions/github-script-8.0.0
2 parents 605b06a + a5678d3 commit 65a0b18

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/gemini-dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: 'mint_identity_token'
7474
if: |-
7575
${{ vars.APP_ID }}
76-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
76+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
7777
with:
7878
app-id: '${{ vars.APP_ID }}'
7979
private-key: '${{ secrets.APP_PRIVATE_KEY }}'
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: 'Extract command'
8585
id: 'extract_command'
86-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7
86+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8
8787
env:
8888
EVENT_TYPE: '${{ github.event_name }}.${{ github.event.action }}'
8989
REQUEST: '${{ github.event.comment.body || github.event.review.body || github.event.issue.body }}'
@@ -197,7 +197,7 @@ jobs:
197197
id: 'mint_identity_token'
198198
if: |-
199199
${{ vars.APP_ID }}
200-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
200+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
201201
with:
202202
app-id: '${{ vars.APP_ID }}'
203203
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
@@ -29,7 +29,7 @@ jobs:
2929
id: 'mint_identity_token'
3030
if: |-
3131
${{ vars.APP_ID }}
32-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
32+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
3333
with:
3434
app-id: '${{ vars.APP_ID }}'
3535
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

.github/workflows/gemini-issue-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: 'mint_identity_token'
2828
if: |-
2929
${{ vars.APP_ID }}
30-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
30+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
3131
with:
3232
app-id: '${{ vars.APP_ID }}'
3333
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
@@ -30,7 +30,7 @@ jobs:
3030
id: 'mint_identity_token'
3131
if: |-
3232
${{ vars.APP_ID }}
33-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
33+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
3434
with:
3535
app-id: '${{ vars.APP_ID }}'
3636
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
@@ -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
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: 'Get repository labels'
3333
id: 'get_labels'
34-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7.0.1
34+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8.0.0
3535
with:
3636
# NOTE: we intentionally do not use the given token. The default
3737
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -112,7 +112,7 @@ jobs:
112112
id: 'mint_identity_token'
113113
if: |-
114114
${{ vars.APP_ID }}
115-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
115+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
116116
with:
117117
app-id: '${{ vars.APP_ID }}'
118118
private-key: '${{ secrets.APP_PRIVATE_KEY }}'
@@ -125,7 +125,7 @@ jobs:
125125
ISSUE_NUMBER: '${{ github.event.issue.number }}'
126126
AVAILABLE_LABELS: '${{ needs.triage.outputs.available_labels }}'
127127
SELECTED_LABELS: '${{ needs.triage.outputs.selected_labels }}'
128-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7.0.1
128+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8.0.0
129129
with:
130130
# Use the provided token so that the "gemini-cli" is the actor in the
131131
# log for what changed the labels.

examples/workflows/gemini-assistant/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: 'mint_identity_token'
3030
if: |-
3131
${{ vars.APP_ID }}
32-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
32+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
3333
with:
3434
app-id: '${{ vars.APP_ID }}'
3535
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

examples/workflows/gemini-dispatch/gemini-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: 'mint_identity_token'
7474
if: |-
7575
${{ vars.APP_ID }}
76-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
76+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
7777
with:
7878
app-id: '${{ vars.APP_ID }}'
7979
private-key: '${{ secrets.APP_PRIVATE_KEY }}'
@@ -183,7 +183,7 @@ jobs:
183183
id: 'mint_identity_token'
184184
if: |-
185185
${{ vars.APP_ID }}
186-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
186+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
187187
with:
188188
app-id: '${{ vars.APP_ID }}'
189189
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 }}'

examples/workflows/issue-triage/gemini-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
id: 'mint_identity_token'
113113
if: |-
114114
${{ vars.APP_ID }}
115-
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
115+
uses: 'actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf' # ratchet:actions/create-github-app-token@v2
116116
with:
117117
app-id: '${{ vars.APP_ID }}'
118118
private-key: '${{ secrets.APP_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)