From b2613172e225bc9d54d9ba1437375252a2022f2b Mon Sep 17 00:00:00 2001 From: End Date: Thu, 19 Mar 2026 22:46:38 -0700 Subject: [PATCH] Remove importmap audit from CI --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58c2aa..2098f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,21 +24,6 @@ jobs: - name: Scan for known security vulnerabilities in gems used run: bin/bundler-audit - scan_js: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v6 - - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - - - name: Scan for security vulnerabilities in JavaScript dependencies - run: bin/importmap audit - lint: runs-on: ubuntu-latest env: