File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v2
43
+ uses : github/codeql-action/init@v3
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@v2
54
+ uses : github/codeql-action/autobuild@v3
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 https://git.io/JvXDl
65
65
# make release
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@v2
68
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 39
39
"author" :
" metcoder95 <[email protected] >" ,
40
40
"license" : " MIT" ,
41
41
"devDependencies" : {
42
- "@types/node" : " ^20.1.4 " ,
43
- "fastify" : " ^4.6 .0" ,
44
- "husky" : " ^8 .0.1 " ,
42
+ "@types/node" : " ^22.0.0 " ,
43
+ "fastify" : " ^5.0 .0" ,
44
+ "husky" : " ^9 .0.11 " ,
45
45
"nodemon" : " ^3.0.1" ,
46
46
"snazzy" : " ^9.0.0" ,
47
47
"standard" : " ^17.0.0" ,
48
48
"tap" : " ^16.3.0" ,
49
- "tsd" : " ^0.30 .0" ,
49
+ "tsd" : " ^0.31 .0" ,
50
50
"typescript" : " ^5.0" ,
51
51
"undici" : " ^6.2.1"
52
52
},
53
53
"dependencies" : {
54
- "@fastify/error" : " ^3 .0.0" ,
55
- "fastify-plugin" : " ^4.2 .1"
54
+ "@fastify/error" : " ^4 .0.0" ,
55
+ "fastify-plugin" : " ^5.0 .1"
56
56
},
57
57
"tsd" : {
58
58
"directory" : " test"
You can’t perform that action at this time.
0 commit comments