From 0fceecf4bdecea0ef754eff6d96ddda3941536cf Mon Sep 17 00:00:00 2001 From: MarvinDo Date: Wed, 12 Oct 2022 12:56:41 +0200 Subject: [PATCH] update ci --- .github/workflows/ci_frontend.yml | 1 + .github/workflows/codeql_analysis.yml | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index 6a61352c..074bf19f 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -318,6 +318,7 @@ jobs: # setup keycloak - uses: actions/setup-java@v2 with: + distribution: 'zulu' java-version: 11 - name: Prepare Keycloak run: | diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 4b33a38a..59386917 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -3,9 +3,9 @@ name: "Code Scanning - Action" on: push: - branches: [never] + branches: [main] pull_request: - branches: [never] + branches: [main] # schedule: # - cron: '30 1 * * 0' @@ -26,10 +26,5 @@ jobs: with: languages: javascript, python - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below). - #- name: Autobuild - # uses: github/codeql-action/autobuild@v2 - - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 \ No newline at end of file