Skip to content

Commit 5e75eba

Browse files
authored
Merge pull request #40 from bakerkj/chore/pin-action-versions
chore: pin GitHub Actions to triple-digit tags
2 parents ed10b33 + 072f965 commit 5e75eba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
issues: read
3030
id-token: write
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v6.0.3
3333
with:
3434
fetch-depth: 1
3535
- name: Run Claude Code Review
@@ -85,7 +85,7 @@ jobs:
8585
# blowups. `if: always()` so we capture failures too.
8686
- name: Upload Claude execution log
8787
if: always()
88-
uses: actions/upload-artifact@v7
88+
uses: actions/upload-artifact@v7.0.1
8989
with:
9090
name:
9191
claude-execution-output-pr${{ github.event.pull_request.number }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# actions: read lets Claude inspect CI results on the PR it was tagged from.
3535
actions: read
3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v6.0.3
3838
with:
3939
fetch-depth: 1
4040
- name: Run Claude Code

0 commit comments

Comments
 (0)