Update codeql-analysis.yml

This commit is contained in:
IvanZosimov 2022-12-01 12:20:23 +01:00
parent 04faf9a536
commit 5d72250c52

View File

@ -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.