From 1b9fe096a7235a79007cdbd8dc7c9260e540b3eb Mon Sep 17 00:00:00 2001 From: "seal-security-bot[bot]" <150164768+seal-security-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:00:24 +0000 Subject: [PATCH] ci: add Seal Security fix step to workflow --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb2a5c..847c330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,14 @@ jobs: - name: Install dependencies run: npm ci + - name: seal cli + uses: seal-community/cli-action@latest + with: + mode: fix + fix_mode: remote + token: ${{ secrets.SEAL_TOKEN }} + project: 458CCDFACD2D35D69D88356D0781BB1D54617CC5 + target: package-lock.json + - name: Run tests run: npm test