From 86a53f1114b3f2b6517176b3960f69a25b5fdf0e Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 30 Jun 2021 20:40:51 -0600 Subject: [PATCH 1/2] GHA: disable codeql --- .github/workflows/code_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_analysis.yml b/.github/workflows/code_analysis.yml index a1e95f8a7e..e371566fed 100644 --- a/.github/workflows/code_analysis.yml +++ b/.github/workflows/code_analysis.yml @@ -15,7 +15,7 @@ jobs: toolchain: [gnu] cmake_build_type: [Debug] no_regression_testing: [true] - code_analyzer: [coverage,codeql] + code_analyzer: [coverage] runs-on: ubuntu-latest container: ghcr.io/votca/buildenv/${{ matrix.distro }} steps: From c503daea4379070b297c239eb5f14772b3d91199 Mon Sep 17 00:00:00 2001 From: Votca Bot Date: Thu, 1 Jul 2021 03:19:08 +0000 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43e7b55ab5..e31998e783 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -41,6 +41,7 @@ Version 2022-dev - updated benchmark (#714) - reworked commandline options (#715) - renamed cmd line arguments in xtp_parallel (#718) +- disable codeql check in GitHub Actions (#720) Version 2021.1 (released XX.03.21) ==================================