Commit ec2698f 1 parent 8386a08 commit ec2698f Copy full SHA for ec2698f
File tree 3 files changed +115
-121
lines changed
3 files changed +115
-121
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
37
+ uses : github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
# If you wish to specify custom queries, you can do so here or in a config file.
48
48
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
49
49
# If this step fails, then you should remove it and run the build manually (see below)
50
50
- name : Autobuild
51
- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
51
+ uses : github/codeql-action/autobuild@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
52
52
53
53
# ℹ️ Command-line programs to run using the OS shell.
54
54
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
61
61
# ./location_of_script_within_repo/buildscript.sh
62
62
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
64
+ uses : github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
Original file line number Diff line number Diff line change 84
84
"@eslint/js" : " ^9.16.0" ,
85
85
"@types/node" : " ^22.10.1" ,
86
86
"@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 " ,
89
89
"@typescript-eslint/eslint-plugin" : " ^8.17.0" ,
90
90
"@typescript-eslint/parser" : " ^8.17.0" ,
91
91
"esbuild" : " ^0.24.0" ,
94
94
"globals" : " ^15.13.0" ,
95
95
"prettier" : " ^3.0.0" ,
96
96
"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" ,
99
99
"rimraf" : " ^6.0.1" ,
100
100
"sass" : " ^1.50.0" ,
101
101
"typedoc" : " ^0.27.2" ,
You can’t perform that action at this time.
0 commit comments