File tree Expand file tree Collapse file tree 3 files changed +1527
-1459
lines changed Expand file tree Collapse file tree 3 files changed +1527
-1459
lines changed Original file line number Diff line number Diff line change 16
16
- name : ' Checkout Repository'
17
17
uses : actions/checkout@e2a5a1afd5d7305b13671410c52a31819ab9fad9 # v4.0.0 https://github.com/actions/checkout/commit/e2a5a1afd5d7305b13671410c52a31819ab9fad9
18
18
- name : ' Dependency Review'
19
- uses : actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3 https://github.com/actions/dependency-review-action/commit/7bbfa034e752445ea40215fff1c3bf9597993d3f
19
+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1 https://github.com/actions/dependency-review-action/commit/[hash]
20
20
with :
21
21
config-file : ' .github/dependency-review/dependency-review-config.yml'
Original file line number Diff line number Diff line change 140
140
"nx" : " 16.7.0" ,
141
141
"xml2js" : " 0.5.0" ,
142
142
"tar" : " 6.2.1" ,
143
- "**/cross-spawn" : " 7.0.5"
143
+ "**/cross-spawn" : " 7.0.5" ,
144
+ "**/brace-expansion" : " 1.1.12"
144
145
},
145
146
"overrides" : {
146
147
"tar" : " 6.2.1" ,
147
- "cross-spawn" : " 7.0.5"
148
+ "cross-spawn" : " 7.0.5" ,
149
+ "brace-expansion" : " 1.1.12"
148
150
},
149
151
"packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
150
152
}
You can’t perform that action at this time.
0 commit comments