Update codeql-analysis.yml
This commit is contained in:
parent
04faf9a536
commit
5d72250c52
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -40,11 +40,11 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL with config file
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
config-file: ${{inputs.codeql-cfg-path}}
|
||||
languages: ${{matrix.language}}
|
||||
config-file: ${{inputs.codeql-cfg-path}}
|
||||
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user