File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 74
74
id : " mint_identity_token"
75
75
if : |-
76
76
${{ 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
78
78
with :
79
79
app-id : " ${{ vars.APP_ID }}"
80
80
private-key : " ${{ secrets.APP_PRIVATE_KEY }}"
84
84
85
85
- name : " Extract command"
86
86
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
88
88
env :
89
89
EVENT_TYPE : " ${{ github.event_name }}.${{ github.event.action }}"
90
90
REQUEST :
@@ -186,7 +186,7 @@ jobs:
186
186
id : " mint_identity_token"
187
187
if : |-
188
188
${{ 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
190
190
with :
191
191
app-id : " ${{ vars.APP_ID }}"
192
192
private-key : " ${{ secrets.APP_PRIVATE_KEY }}"
Original file line number Diff line number Diff line change 31
31
id : " mint_identity_token"
32
32
if : |-
33
33
${{ 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
35
35
with :
36
36
app-id : " ${{ vars.APP_ID }}"
37
37
private-key : " ${{ secrets.APP_PRIVATE_KEY }}"
Original file line number Diff line number Diff line change 32
32
id : " mint_identity_token"
33
33
if : |-
34
34
${{ 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
36
36
with :
37
37
app-id : " ${{ vars.APP_ID }}"
38
38
private-key : " ${{ secrets.APP_PRIVATE_KEY }}"
Original file line number Diff line number Diff line change 40
40
steps :
41
41
- name : " Get repository labels"
42
42
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
44
44
with :
45
45
# NOTE: we intentionally do not use the minted token. The default
46
46
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -240,7 +240,7 @@ jobs:
240
240
id : " mint_identity_token"
241
241
if : |-
242
242
${{ 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
244
244
with :
245
245
app-id : " ${{ vars.APP_ID }}"
246
246
private-key : " ${{ secrets.APP_PRIVATE_KEY }}"
@@ -252,7 +252,7 @@ jobs:
252
252
env :
253
253
AVAILABLE_LABELS : " ${{ needs.triage.outputs.available_labels }}"
254
254
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
256
256
with :
257
257
# Use the provided token so that the "gemini-cli" is the actor in the
258
258
# log for what changed the labels.
Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : " Get repository labels"
35
35
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
37
37
with :
38
38
# NOTE: we intentionally do not use the given token. The default
39
39
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -142,7 +142,7 @@ jobs:
142
142
id : " mint_identity_token"
143
143
if : |-
144
144
${{ 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
146
146
with :
147
147
app-id : " ${{ vars.APP_ID }}"
148
148
private-key : " ${{ secrets.APP_PRIVATE_KEY }}"
@@ -155,7 +155,7 @@ jobs:
155
155
ISSUE_NUMBER : " ${{ github.event.issue.number }}"
156
156
AVAILABLE_LABELS : " ${{ needs.triage.outputs.available_labels }}"
157
157
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
159
159
with :
160
160
# Use the provided token so that the "gemini-cli" is the actor in the
161
161
# log for what changed the labels.
You can’t perform that action at this time.
0 commit comments