File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
44
44
cache : ' yarn'
45
45
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
47
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
51
51
- name : Autobuild
52
- uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
52
+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
53
53
54
54
- name : Perform CodeQL Analysis
55
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
55
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
Original file line number Diff line number Diff line change 175
175
minimatch "^3.1.2"
176
176
strip-json-comments "^3.1.1"
177
177
178
- " @eslint/js@9.25.1" , "@eslint/js@^9.25.1" :
178
+ " @eslint/js@9.25.1 " :
179
179
version "9.25.1"
180
180
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.25.1.tgz#25f5c930c2b68b5ebe7ac857f754cbd61ef6d117"
181
181
integrity sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==
182
182
183
+ " @eslint/js@^9.25.1 " :
184
+ version "9.26.0"
185
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.26.0.tgz#1e13126b67a3db15111d2dcc61f69a2acff70bd5"
186
+ integrity sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==
187
+
183
188
" @eslint/object-schema@^2.1.6 " :
184
189
version "2.1.6"
185
190
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
You can’t perform that action at this time.
0 commit comments