File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
20+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2121 with :
2222 egress-policy : audit
2323
2424 - name : Check out code
25- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626 with :
2727 fetch-depth : 2 # Recommended by turbo team
2828
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
28+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2929 with :
3030 egress-policy : audit
3131
3232 - name : Check out code
33- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434 with :
3535 fetch-depth : 1
3636
@@ -40,13 +40,13 @@ jobs:
4040 skip-compact : " true"
4141
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
43+ uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
4444 with :
4545 languages : ${{ matrix.language }}
4646 # We can add custom queries later when needed
4747 # queries: security-extended
4848
4949 - name : Perform CodeQL Analysis
50- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
50+ uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
5151 with :
5252 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 4545 # The compact-npm-prod environment approval is the security gate, not the
4646 # branch ref.
4747 - name : Check out target ref
48- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949 with :
5050 fetch-depth : 0
5151 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.merge_commit_sha || github.ref }}
@@ -130,7 +130,7 @@ jobs:
130130 } >> $GITHUB_STEP_SUMMARY
131131
132132 - name : Setup Node.js
133- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
133+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
134134 with :
135135 node-version-file : " .nvmrc"
136136 package-manager-cache : false # Prevent cache poisoning issues
Original file line number Diff line number Diff line change 7070 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
7171
7272 - name : Check out code
73- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
73+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7474 with :
7575 fetch-depth : 0
7676 token : ${{ steps.gh-app-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 # actions: read
3131 steps :
3232 - name : Harden Runner
33- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
33+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3434 with :
3535 egress-policy : audit
3636 - name : Checkout code
37- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838 with :
3939 persist-credentials : false
4040 - name : Run analysis
41- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
41+ uses : ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
4242 with :
4343 results_file : results.sarif
4444 results_format : sarif
5252 path : results.sarif
5353 retention-days : 5
5454 - name : Upload SARIF to GitHub Code Scanning
55- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
55+ uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
5656 with :
5757 sarif_file : results.sarif
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.5.5 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.5.6 /schema.json" ,
33 "vcs" : {
44 "enabled" : true ,
55 "clientKind" : " git" ,
3434 "linter" : {
3535 "enabled" : true ,
3636 "rules" : {
37- "recommended " : true ,
37+ "preset " : " recommended " ,
3838 "a11y" : {},
3939 "correctness" : {
4040 "noUnusedVariables" : " error" ,
Original file line number Diff line number Diff line change 1616 "clean" : " turbo run clean"
1717 },
1818 "devDependencies" : {
19- "@biomejs/biome" : " 2.5.5 " ,
19+ "@biomejs/biome" : " 2.5.6 " ,
2020 "@types/node" : " 26.1.2" ,
2121 "ts-node" : " ^10.9.2" ,
22- "turbo" : " ^2.9.18 " ,
22+ "turbo" : " ^2.10.8 " ,
2323 "typescript" : " ^6.0.3" ,
2424 "vitest" : " ^4.1.9"
2525 }
Original file line number Diff line number Diff line change 3131 " LICENSE"
3232 ],
3333 "engines" : {
34- "node" : " >=20 "
34+ "node" : " >=22 "
3535 },
3636 "scripts" : {
3737 "build" : " tsc -p ." ,
4747 "vitest" : " ^4.1.9"
4848 },
4949 "dependencies" : {
50- "chalk" : " ^5.6.2 " ,
50+ "chalk" : " ^6.0.0 " ,
5151 "log-symbols" : " ^7.0.0" ,
52- "ora" : " ^9.0.0 " ,
52+ "ora" : " ^9.4.1 " ,
5353 "shell-quote" : " ^1.10.0"
5454 }
5555}
Original file line number Diff line number Diff line change 2727 " LICENSE"
2828 ],
2929 "engines" : {
30- "node" : " >=20 "
30+ "node" : " >=22 "
3131 },
3232 "bin" : {
3333 "compact-builder" : " dist/runBuilder.js" ,
4747 },
4848 "dependencies" : {
4949 "@openzeppelin/compact-builder" : " workspace:^" ,
50- "chalk" : " ^5.6.2 " ,
51- "ora" : " ^9.0.0 "
50+ "chalk" : " ^6.0.0 " ,
51+ "ora" : " ^9.4.1 "
5252 }
5353}
Original file line number Diff line number Diff line change 4949 "@noble/hashes" : " ^2.2.0" ,
5050 "@tsconfig/node24" : " ^24.0.3" ,
5151 "@types/node" : " 26.1.2" ,
52- "fast-check" : " ^4.5.2 " ,
52+ "fast-check" : " ^4.9.0 " ,
5353 "typescript" : " ^6.0.3" ,
5454 "vitest" : " ^4.1.9"
5555 },
You can’t perform that action at this time.
0 commit comments