File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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@4481e6d3c7bbb88db2a928ca3444c536f589c7c1 # v1.0.131
4949 with :
5050 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
5151 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
8787 with :
8888 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments