ci: Upgrade codeql-action
See https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
This commit is contained in:
parent
4bb10a4c0c
commit
20b0f16671
|
|
@ -198,12 +198,12 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: javascript, python
|
||||
queries: +security-extended
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
uses: github/codeql-action/analyze@v2
|
||||
|
||||
irc:
|
||||
timeout-minutes: 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue