File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194
195195 - name : ' Run Gemini'
196196 id : ' run_gemini'
197- uses : ' google-github-actions/run-gemini-cli@06123c6a203eb7a964ce3be7c48479cc66059f23 ' # ratchet:google-github-actions/run-gemini-cli@v0.1.10
197+ uses : ' google-github-actions/run-gemini-cli@f77273f4c914e4bf38440cf36a0369cb64a37489 ' # ratchet:google-github-actions/run-gemini-cli@v0.1.22
198198 env :
199199 GITHUB_TOKEN : ' ${{ steps.generate_token.outputs.token || secrets.GITHUB_TOKEN }}'
200200 REPOSITORY : ' ${{ github.repository }}'
Original file line number Diff line number Diff line change 7070 return labelNames;
7171
7272 - name : ' Run Gemini Issue Analysis'
73- uses : ' google-github-actions/run-gemini-cli@06123c6a203eb7a964ce3be7c48479cc66059f23 ' # v0.1.10
73+ uses : ' google-github-actions/run-gemini-cli@f77273f4c914e4bf38440cf36a0369cb64a37489 ' # v0.1.22
7474 id : ' gemini_issue_analysis'
7575 env :
7676 GITHUB_TOKEN : ' ' # Do not pass any auth token here since this runs on untrusted inputs
Original file line number Diff line number Diff line change 8080 - name : ' Run Gemini Issue Analysis'
8181 if : |-
8282 ${{ steps.find_issues.outputs.issues_to_triage != '[]' }}
83- uses : ' google-github-actions/run-gemini-cli@06123c6a203eb7a964ce3be7c48479cc66059f23 ' # v0.1.10
83+ uses : ' google-github-actions/run-gemini-cli@f77273f4c914e4bf38440cf36a0369cb64a37489 ' # v0.1.22
8484 id : ' gemini_issue_analysis'
8585 env :
8686 GITHUB_TOKEN : ' ' # Do not pass any auth token here since this runs on untrusted inputs
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 } >> "${GITHUB_OUTPUT}"
153153
154154 - name : ' Run Gemini PR Review'
155- uses : ' google-github-actions/run-gemini-cli@06123c6a203eb7a964ce3be7c48479cc66059f23 ' # v0.1.10
155+ uses : ' google-github-actions/run-gemini-cli@f77273f4c914e4bf38440cf36a0369cb64a37489 ' # v0.1.22
156156 id : ' gemini_pr_review'
157157 env :
158158 GITHUB_TOKEN : ' ${{ steps.generate_token.outputs.token || secrets.GITHUB_TOKEN }}'
You can’t perform that action at this time.
0 commit comments