From 5d72250c528895cb9c456bd93681ca771dc6c486 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Thu, 1 Dec 2022 12:20:23 +0100 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a991d0e..be2a46a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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.