We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1858649 commit a81f189Copy full SHA for a81f189
1 file changed
.github/workflows/health-check.yml
@@ -16,5 +16,13 @@ jobs:
16
ignoredAdvisories: [
17
'GHSA-67hx-6x53-jw92', // babel-traverse
18
'GHSA-4wf5-vphf-c2xc', // terser
19
+ 'GHSA-68x2-mx4q-78m7', // @angular/platform-server
20
+ 'GHSA-58c5-g7wp-6w37', // @angular/common
21
+ 'GHSA-v4hv-rgfq-gp49', // @angular/compiler
22
+ 'GHSA-jrmj-c5cx-3cw6', // @angular/core
23
+ 'GHSA-prjf-86w9-mfqv', // @angular/core
24
+ 'GHSA-g93w-mfhg-p222', // @angular/compiler
25
+ 'GHSA-45q2-gjvg-7973', // @angular/platform-server
26
+ 'GHSA-rfh7-fxqc-q52v', // @angular/platform-server
27
]
28
}
0 commit comments