File tree Expand file tree Collapse file tree 3 files changed +799
-673
lines changed
Expand file tree Collapse file tree 3 files changed +799
-673
lines changed Original file line number Diff line number Diff line change 3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
37+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
51+ uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
64+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
Original file line number Diff line number Diff line change 8484 "@eslint/js" : " ^9.16.0" ,
8585 "@types/node" : " ^22.10.1" ,
8686 "@types/prismjs" : " ^1.26.0" ,
87- "@types/react" : " ^18.2.31 " ,
88- "@types/react-dom" : " ^18 .0.1 " ,
87+ "@types/react" : " ^19.0.0 " ,
88+ "@types/react-dom" : " ^19 .0.0 " ,
8989 "@typescript-eslint/eslint-plugin" : " ^8.17.0" ,
9090 "@typescript-eslint/parser" : " ^8.17.0" ,
9191 "esbuild" : " ^0.24.0" ,
9494 "globals" : " ^15.13.0" ,
9595 "prettier" : " ^3.0.0" ,
9696 "prismjs" : " ^1.28.0" ,
97- "react" : " ^18 .0.0" ,
98- "react-dom" : " ^18 .0.0" ,
97+ "react" : " ^19 .0.0" ,
98+ "react-dom" : " ^19 .0.0" ,
9999 "rimraf" : " ^6.0.1" ,
100100 "sass" : " ^1.50.0" ,
101101 "typedoc" : " ^0.27.2" ,
You can’t perform that action at this time.
0 commit comments