Skip to content

Commit 5ac48fb

Browse files
authored
Auto-merge PR #677 (Chack Agent)
1 parent 4490d1b commit 5ac48fb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/chack-agent-pr-triage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ jobs:
131131
- name: Run Chack Agent
132132
id: run_chack
133133
if: ${{ steps.gate.outputs.should_run == 'true' && steps.gate.outputs.trusted_automerge != 'true' }}
134-
uses: carlospolop/chack-agent@master
134+
# Pin the action so dependency changes on its default branch cannot break PR triage.
135+
uses: carlospolop/chack-agent@9fd38a0657ae7060cc9bb07329c0bde71d7ba0d9
135136
with:
136137
provider: codex
137138
model_primary: BEST_QUALITY

.github/workflows/ci-master-failure-chack-agent-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ jobs:
154154
155155
- name: Run Chack Agent
156156
id: run_chack
157-
uses: carlospolop/chack-agent@master
157+
# Pin the action so dependency changes on its default branch cannot break CI repair.
158+
uses: carlospolop/chack-agent@9fd38a0657ae7060cc9bb07329c0bde71d7ba0d9
158159
with:
159160
provider: codex
160161
model_primary: BEST_QUALITY

.github/workflows/pr-failure-chack-agent-dispatch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ jobs:
180180
181181
- name: Run Chack Agent
182182
id: run_chack
183-
uses: carlospolop/chack-agent@master
183+
# Pin the action so dependency changes on its default branch cannot break PR repair.
184+
uses: carlospolop/chack-agent@9fd38a0657ae7060cc9bb07329c0bde71d7ba0d9
184185
with:
185186
provider: codex
186187
model_primary: BEST_QUALITY

0 commit comments

Comments
 (0)