File tree Expand file tree Collapse file tree 5 files changed +1132
-1131
lines changed Expand file tree Collapse file tree 5 files changed +1132
-1131
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
37+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3838 with :
3939 languages : ${{ matrix.language }}
4040 # If you wish to specify custom queries, you can do so here or in a config file.
4848 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4949 # If this step fails, then you should remove it and run the build manually (see below)
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
51+ uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5252
5353 # ℹ️ Command-line programs to run using the OS shell.
5454 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6161 # ./location_of_script_within_repo/buildscript.sh
6262
6363 - name : Perform CodeQL Analysis
64- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
64+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' Checkout Repository'
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
20+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
Original file line number Diff line number Diff line change 1919 node : [23.x]
2020 timeout-minutes : 10
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 - name : Setup Node.JS ${{ matrix.node }}
24- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
24+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
2525 with :
2626 node-version : ${{ matrix.node }}
2727 cache : ' yarn'
Original file line number Diff line number Diff line change 8686 "@eslint/js" : " ^9.16.0" ,
8787 "@testing-library/dom" : " ^10.4.0" ,
8888 "@testing-library/react" : " ^16.2.0" ,
89- "@types/node" : " ^22.10.1 " ,
89+ "@types/node" : " ^24.0.0 " ,
9090 "@types/prismjs" : " ^1.26.0" ,
9191 "@types/react" : " ^19.0.0" ,
9292 "@types/react-dom" : " ^19.0.0" ,
9393 "@typescript-eslint/eslint-plugin" : " ^8.17.0" ,
9494 "@typescript-eslint/parser" : " ^8.17.0" ,
95- "@vitejs/plugin-react" : " ^4.3.4 " ,
96- "@vitest/browser" : " ^3.1.1 " ,
97- "esbuild" : " ^0.24 .0" ,
95+ "@vitejs/plugin-react" : " ^5.0.0 " ,
96+ "@vitest/browser" : " ^4.0.0 " ,
97+ "esbuild" : " ^0.25 .0" ,
9898 "eslint" : " ^9.16.0" ,
9999 "eslint-plugin-react" : " ^7.37.2" ,
100- "globals" : " ^15.13 .0" ,
101- "jsdom" : " ^26 .0.0" ,
100+ "globals" : " ^16.0 .0" ,
101+ "jsdom" : " ^27 .0.0" ,
102102 "prettier" : " ^3.0.0" ,
103103 "prismjs" : " ^1.28.0" ,
104104 "react" : " ^19.0.0" ,
105105 "react-dom" : " ^19.0.0" ,
106106 "rimraf" : " ^6.0.1" ,
107107 "sass" : " ^1.50.0" ,
108- "typedoc" : " ^0.27.2 " ,
108+ "typedoc" : " ^0.28.0 " ,
109109 "typescript" : " ^5.0.0" ,
110- "vitest" : " ^3.1.1 " ,
111- "vitest-browser-react" : " ^0.1.1 "
110+ "vitest" : " ^4.0.0 " ,
111+ "vitest-browser-react" : " ^2.0.0 "
112112 }
113113}
You can’t perform that action at this time.
0 commit comments