Skip to content

Commit 503ceb4

Browse files
Update GitHub Actions
1 parent c2261a6 commit 503ceb4

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
timeout-minutes: 10
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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
@@ -164,7 +164,7 @@ jobs:
164164
contents: read
165165
pull-requests: write
166166
steps:
167-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
167+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
168168
- name: Dependency Review
169169
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
170170
with:
@@ -182,12 +182,12 @@ jobs:
182182
permissions:
183183
contents: read
184184
steps:
185-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
185+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
186186
with:
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@d411fff7b8879a62509f3fa98c07f247ac089a51 # v3.95.5
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@ebcdfe6dc6bb7511eb63e59e07df256dbcf59a2e # v1.0.145
4949
with:
5050
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5151
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
timeout-minutes: 15
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
actions: read
6060

6161
steps:
62-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363
with:
6464
persist-credentials: false
6565

@@ -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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
8787
with:
8888
sarif_file: results.sarif

0 commit comments

Comments
 (0)