From 4133a9cdf9e275895368f8039809f8b7e6bf4afe Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Mon, 25 Oct 2021 16:31:16 +0100 Subject: [PATCH] Prevent github actions spam --- .github/{workflows => config}/codeql-config.yml | 0 .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows => config}/codeql-config.yml (100%) diff --git a/.github/workflows/codeql-config.yml b/.github/config/codeql-config.yml similarity index 100% rename from .github/workflows/codeql-config.yml rename to .github/config/codeql-config.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3d08bf3a4b27..ee912262d7fb 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/workflows/codeql-config.yml + config-file: ./.github/config/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: