Skip to content

Commit 14fb4ff

Browse files
Update GitHub Actions
1 parent c2261a6 commit 14fb4ff

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
3030
with:
31-
bun-version: 1.3.13
31+
bun-version: 1.3.14
3232

3333
# Bun is the package manager and script runner, but Next.js (and tsc)
3434
# run on Node. The runner image is pinned (ubuntu-24.04) but Node
@@ -187,7 +187,7 @@ jobs:
187187
# TruffleHog diffs base..head and needs the full history present.
188188
fetch-depth: 0
189189
- name: TruffleHog scan
190-
uses: trufflesecurity/trufflehog@17456f8c7d042d8c82c9a8ca9e937231f9f42e26 # v3.95.2
190+
uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3.95.3
191191
with:
192192
# On PRs: scan the diff between base and head. On push to main:
193193
# scan the previous commit to HEAD. The action infers both from

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
44+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4545
with:
4646
fetch-depth: 1
4747

48-
- uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1.0.119
48+
- uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1.0.128
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
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
2626
with:
27-
bun-version: 1.3.13
27+
bun-version: 1.3.14
2828

2929
# Bun is the package manager and script runner, but Next.js (and the
3030
# lhci binary) run on Node. The runner image is pinned (ubuntu-24.04)

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
retention-days: 7
8484

8585
- name: Upload to code-scanning
86-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
86+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
8787
with:
8888
sarif_file: results.sarif

0 commit comments

Comments
 (0)