Skip to content

Commit 6fae9ed

Browse files
[DX-820] Fix security vulnerabilities (#2660)
* build(deps): bump version of npm from 11.6.2 to 11.12.0. resolves: 3 high security vulnerabilities: @isaacs/brace-expansion has Uncontrolled Resource Consumption - GHSA-7h2j-956f-4vf2 diff 6.0.0 - 8.0.2 minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern - GHSA-3ppc-4f35-3m26 node-tar has a race condition leading to uninitialized memory exposure - GHSA-29xp-372q-xqph * build(deps): ran npm audit * ci(github-actions): add concurrency rule to prevent duplicate gha runs
1 parent 4c42bdc commit 6fae9ed

2 files changed

Lines changed: 369 additions & 1190 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request:
99
branches: ['**']
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
build:
1317
uses: ./.github/workflows/build.yaml

0 commit comments

Comments
 (0)