We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233dfde commit 1b66d11Copy full SHA for 1b66d11
2 files changed
.github/actions/setup/action.yaml
@@ -13,7 +13,7 @@ runs:
13
14
- name: Cache dependencies
15
id: cache
16
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
17
with:
18
path: ./node_modules
19
key: modules-${{ hashFiles('package-lock.json') }}
.github/workflows/claude.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run Claude Code
35
id: claude
36
- uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1
+ uses: anthropics/claude-code-action@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1
37
38
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39
additional_permissions: |
0 commit comments