Update codeql-analysis.yml
This commit is contained in:
parent
6f9c553ee3
commit
8b0de5e8b9
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: ${{matrix.language}}
|
||||
config-file: ${{inputs.codeql-cfg-path}}
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
|
||||
- name: Autobuild
|
||||
if: ${{!inputs.build-command}}
|
||||
uses: github/codeql-action/autobuild@v2
|
||||
uses: github/codeql-action/autobuild@v3
|
||||
|
||||
- name: Manual build
|
||||
if: ${{inputs.build-command}}
|
||||
@ -58,4 +58,4 @@ jobs:
|
||||
${{inputs.build-command}}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user