From 0067f700976fc54c14376fb4e8bfb5799a2ef019 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Tue, 13 Feb 2024 11:17:33 -0800 Subject: [PATCH] fix: drop codeql and qodana checks (tmp) Signed-off-by: Sam Gammon --- .github/workflows/build.ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/build.ci.yml b/.github/workflows/build.ci.yml index 6e440689f4..0dc751283b 100644 --- a/.github/workflows/build.ci.yml +++ b/.github/workflows/build.ci.yml @@ -354,28 +354,6 @@ jobs: fail_ci_if_error: false verbose: true - ## - ## Job: Checks (CodeQL) - ## - checks-codeql: - name: "Checks: CodeQL" - uses: ./.github/workflows/codeql.ci.yml - needs: [gradle, tests] - secrets: inherit - permissions: - actions: read - contents: read - security-events: write - - ## - ## Job: Checks (Qodana) - ## - checks-qodana: - name: "Checks: Qodana" - uses: ./.github/workflows/qodana.ci.yml - needs: [gradle, tests] - secrets: inherit - ## ## Job: Testsuite (Native) ##