Update version of codeql-analysis.yml

codeQL v1 is deprecated so we should upgrade to v2: https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
pull/1035/head
Phuoc Tran 11 months ago committed by GitHub
parent 34dea87521
commit 36baed22d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,10 +29,10 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages # Override language selection by uncommenting this and choosing your languages
with: with:
languages: python languages: python
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v2

Loading…
Cancel
Save