From cd5477130a1f5498d51ae5a671c9784cae0c3934 Mon Sep 17 00:00:00 2001 From: Ben Manes Date: Sat, 28 Oct 2023 11:30:38 -0700 Subject: [PATCH] fix codeql --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 69bb9a28fa..35501742c6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,7 +7,7 @@ name: "CodeQL" on: push: - branches: [master] + branches: [master, v3.dev] pull_request: # The branches below must be a subset of the branches above branches: [master] @@ -23,7 +23,7 @@ permissions: env: GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} - JAVA_VERSION: 21 + JAVA_VERSION: 11 jobs: analyze: