File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 }}"
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 }}"
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 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 }}"
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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments