From 8bc7a5f3ac0c0e1b72ce74810f214bc80866178f Mon Sep 17 00:00:00 2001 From: Zoltan Haindrich Date: Wed, 13 Dec 2023 17:37:01 +0100 Subject: [PATCH] Move codeql-config.yml out of the workflows folder (#15553) Move codeql config file out of the workflows folder so github doesn't try to run it and fail the github workflow run every time a branch is updated. --- .github/{workflows => config}/codeql-config.yml | 0 .github/workflows/codeql.yml | 2 +- pom.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) 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.yml b/.github/workflows/codeql.yml index 262d7ad80f8..be59760048a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} - config-file: ./.github/workflows/codeql-config.yml + config-file: ./.github/config/codeql-config.yml # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. diff --git a/pom.xml b/pom.xml index 061bbec90f8..335d0e17b73 100644 --- a/pom.xml +++ b/pom.xml @@ -2108,7 +2108,7 @@ .github/pull_request_template.md .github/dependabot.yml .github/workflows/codeql.yml - .github/workflows/codeql-config.yml + .github/config/codeql-config.yml git.version src/**/*.snap examples/conf/**