This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new c7a12f51aa CAUSEWAY-2445: disable CodeQL action (until they fixed it)
c7a12f51aa is described below
commit c7a12f51aac4b83f672bd937a742a95d8da4288a
Author: Andi Huber <[email protected]>
AuthorDate: Mon Mar 25 11:08:30 2024 +0100
CAUSEWAY-2445: disable CodeQL action (until they fixed it)
---
.github/workflows/ci-build-artifacts-no-push-maven.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index d305bb4fc7..b01d906963 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -46,8 +46,9 @@ jobs:
# requires 'secrets' which we don't have yet
MVN_STAGES: install
- # options
- SKIP_CODE_QL: false
+ # options
+ # CodeQL action seems broken on JDK22, waiting for updates
+ SKIP_CODE_QL: true
steps:
- uses: actions/checkout@v4