0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-29 16:28:19 +02:00

Update codeql-analysis.yml

This commit is contained in:
Arjun Sharda 2022-08-12 10:16:57 -05:00 committed by GitHub
parent 2541b1294d
commit 9619b3dc3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3
- 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.
@ -55,4 +55,4 @@ jobs:
- run: rm -rf dist # We want code scanning to analyze lib instead (individual .js files)
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2