Update CodeQL

This commit is contained in:
Essem 2022-06-14 00:12:12 -05:00
parent 16095c0256
commit cefafba8fb
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 4 additions and 4 deletions

View File

@ -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