File tree 5 files changed +779
-915
lines changed 5 files changed +779
-915
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
37
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
51
+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
64
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
Original file line number Diff line number Diff line change 17
17
- name : ' Checkout Repository'
18
18
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
20
+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- name : Setup Node.JS ${{ matrix.node }}
24
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
24
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
27
cache : ' yarn'
Original file line number Diff line number Diff line change 94
94
"@typescript-eslint/parser" : " ^8.17.0" ,
95
95
"@vitejs/plugin-react" : " ^4.3.4" ,
96
96
"@vitest/browser" : " ^3.1.1" ,
97
- "esbuild" : " ^0.24 .0" ,
97
+ "esbuild" : " ^0.25 .0" ,
98
98
"eslint" : " ^9.16.0" ,
99
99
"eslint-plugin-react" : " ^7.37.2" ,
100
- "globals" : " ^15.13 .0" ,
100
+ "globals" : " ^16.0 .0" ,
101
101
"jsdom" : " ^26.0.0" ,
102
102
"prettier" : " ^3.0.0" ,
103
103
"prismjs" : " ^1.28.0" ,
104
104
"react" : " ^19.0.0" ,
105
105
"react-dom" : " ^19.0.0" ,
106
106
"rimraf" : " ^6.0.1" ,
107
107
"sass" : " ^1.50.0" ,
108
- "typedoc" : " ^0.27.2 " ,
108
+ "typedoc" : " ^0.28.0 " ,
109
109
"typescript" : " ^5.0.0" ,
110
110
"vitest" : " ^3.1.1" ,
111
- "vitest-browser-react" : " ^0.1.1 "
111
+ "vitest-browser-react" : " ^0.2.0 "
112
112
}
113
113
}
You can’t perform that action at this time.
0 commit comments