From 98f5d471fc8865d7cacfce85a8ab19ccc805d632 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 17 Aug 2021 10:09:53 +0200 Subject: [PATCH] Correct the path of the config file --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0335c08e5d..3d08bf3a4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -56,7 +56,7 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 with: - config-file: ./.github/codeql-config.yml + config-file: ./.github/workflows/codeql-config.yml # This job is to prevent the workflow status from showing as failed when all other jobs are skipped - See https://github.community/t/workflow-is-failing-if-no-job-can-be-ran-due-to-condition/16873 always_job: