mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update github/codeql-action action to v2
This commit is contained in:
committed by
Łukasz Mierzwa
parent
8a4c617719
commit
1ae59a4df2
4
.github/workflows/scan.yml
vendored
4
.github/workflows/scan.yml
vendored
@@ -25,9 +25,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
queries: +security-and-quality
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
uses: github/codeql-action/analyze@v2
|
||||
|
||||
Reference in New Issue
Block a user