Skip to content

Commit 1c6930d

Browse files
authored
chore(ci): temporarily ignore babel-traverse (#33553)
1 parent 9717f63 commit 1c6930d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/health-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ jobs:
1010
invoke:
1111
name: Invoke
1212
uses: DevExpress/github-actions/.github/workflows/repository-check.yml@repository-check
13+
with:
14+
config: |
15+
{
16+
ignoredAdvisories: [
17+
'GHSA-67hx-6x53-jw92', // babel-traverse
18+
]
19+
}

0 commit comments

Comments
 (0)