Skip to content

Commit d0bc584

Browse files
Pin dependencies
1 parent d80b69f commit d0bc584

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
id-token: write
4242
actions: read
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4545
with:
4646
fetch-depth: 1
4747

48-
- uses: anthropics/claude-code-action@v1.0.102
48+
- uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1.0.119
4949
with:
5050
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5151
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Threshold rationale lives in lighthouserc.cjs alongside the values.
6868
- name: Lighthouse CI
6969
id: lighthouse
70-
uses: treosh/lighthouse-ci-action@512cc908a55bfb0ad231facca52adf3d3a651df4 # v12
70+
uses: treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # v12
7171
with:
7272
configPath: ./lighthouserc.cjs
7373
uploadArtifacts: true

0 commit comments

Comments
 (0)