From 183ebf0fd7a21bcc2c9eff59506516eba3d7ee97 Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Tue, 21 May 2024 17:15:10 -0700 Subject: [PATCH] Remove code ql steps (#35) * test PR * Revert "Adding steps for code ql scans in CI builds (#34)" This reverts commit c350ae1e14c5990e73b358cb6e05ec8935fef3ba. * Revert "test PR" This reverts commit f186762f715abe3fccff241246970bf41b8a0b0a. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc7175..376ed4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,16 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: javascript-typescript - - name: Install dependencies run: yarn --frozen-lockfile - name: Build run: yarn compile - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3