This is an automated email from the ASF dual-hosted git repository.
xvrl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 8bc7a5f3ac0 Move codeql-config.yml out of the workflows folder (#15553)
8bc7a5f3ac0 is described below
commit 8bc7a5f3ac0c0e1b72ce74810f214bc80866178f
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Wed Dec 13 17:37:01 2023 +0100
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(-)
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 @@
<exclude>.github/pull_request_template.md</exclude>
<exclude>.github/dependabot.yml</exclude>
<exclude>.github/workflows/codeql.yml</exclude>
-
<exclude>.github/workflows/codeql-config.yml</exclude>
+
<exclude>.github/config/codeql-config.yml</exclude>
<exclude>git.version</exclude>
<exclude>src/**/*.snap</exclude>
<exclude>examples/conf/**</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]