2 parents ed10b33 + 072f965 commit 5e75ebaCopy full SHA for 5e75eba
2 files changed
.github/workflows/claude-code-review.yml
@@ -29,7 +29,7 @@ jobs:
29
issues: read
30
id-token: write
31
steps:
32
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v6.0.3
33
with:
34
fetch-depth: 1
35
- name: Run Claude Code Review
@@ -85,7 +85,7 @@ jobs:
85
# blowups. `if: always()` so we capture failures too.
86
- name: Upload Claude execution log
87
if: always()
88
- uses: actions/upload-artifact@v7
+ uses: actions/upload-artifact@v7.0.1
89
90
name:
91
claude-execution-output-pr${{ github.event.pull_request.number }}
.github/workflows/claude.yml
@@ -34,7 +34,7 @@ jobs:
# actions: read lets Claude inspect CI results on the PR it was tagged from.
actions: read
36
37
38
39
40
- name: Run Claude Code
0 commit comments