We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a62d2d commit 9fbc146Copy full SHA for 9fbc146
1 file changed
.github/workflows/agent-review-pr.yml
@@ -57,13 +57,13 @@ jobs:
57
58
steps:
59
- name: Checkout repository
60
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
61
with:
62
fetch-depth: 0
63
ref: ${{ github.event.pull_request.head.sha }}
64
65
- name: Review PR with OpenCode
66
- uses: anomalyco/opencode/github@latest
+ uses: anomalyco/opencode/github@77fc88c8ade8e5a620ebbe1197f3a572d29ae91a # latest
67
env:
68
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
69
GITHUB_TOKEN: ${{ secrets.ORG_CONFIG_TOKEN }}
0 commit comments