From cefafba8fb39f1c290973894571cbaf3081457bb Mon Sep 17 00:00:00 2001 From: Essem Date: Tue, 14 Jun 2022 00:12:12 -0500 Subject: [PATCH] Update CodeQL --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 30260ed..b398e70 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -57,7 +57,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -77,8 +77,8 @@ jobs: # and modify them (or add more) to build your code if your project # uses a compiled language - - run: | - npm install --legacy-peer-deps + #- run: | + # npm install --legacy-peer-deps - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2