diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
deleted file mode 100644
index 9bd17bc64..000000000
--- a/.github/workflows/codeql-analysis.yml
+++ /dev/null
@@ -1,64 +0,0 @@
-# For most projects, this workflow file will not need changing; you simply need
-# to commit it to your repository.
-#
-# You may wish to alter this file to override the set of languages analyzed,
-# or to provide custom queries or build logic.
-#
-# ******** NOTE ********
-# We have attempted to detect the languages in your repository. Please check
-# the `language` matrix defined below to confirm you have the correct set of
-# supported CodeQL languages.
-#
-name: "CodeQL"
-
-on:
- push:
- branches: [ master ]
- pull_request:
- # The branches below must be a subset of the branches above
- branches: [ master ]
- schedule:
- - cron: '22 11 * * 5'
-
-jobs:
- analyze:
- name: Analyze
- runs-on: windows-latest
-
- strategy:
- fail-fast: false
- matrix:
- language: [ 'cpp', 'csharp' ]
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
- # Learn more:
- # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v2
-
- # Initializes the CodeQL tools for scanning.
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v1
- with:
- languages: ${{ matrix.language }}
- # If you wish to specify custom queries, you can do so here or in a config file.
- # By default, queries listed here will override any specified in a config file.
- # Prefix the list here with "+" to use these queries and those in the config file.
- # queries: ./path/to/local/query, your-org/your-repo/queries@main
-
- # âšī¸ Command-line programs to run using the OS shell.
- # đ https://git.io/JvXDl
-
- - name: Setup .NET Core 5.0.101
- uses: actions/setup-dotnet@v1
- with:
- dotnet-version: '5.0.101'
-
- - name: Build OpenCover x64
- run: |
- build.bat codeql-build
- shell: cmd
-
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
diff --git a/README.md b/README.md
index a66a86868..67e206a89 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,9 @@ The latest releases can be downloaded from [releases](https://github.com/opencov
| **Build** | [![Build status](https://img.shields.io/appveyor/ci/sawilde/opencover.svg)](https://ci.appveyor.com/project/sawilde/opencover) |
| **Coverage** | Coveralls [![Coveralls](https://img.shields.io/coveralls/OpenCover/opencover/master.svg)](https://coveralls.io/r/OpenCover/opencover) |
| **Quality** | [![Coverity](https://scan.coverity.com/projects/3921/badge.svg)](https://scan.coverity.com/projects/opencover-opencover) |
-| **Quality** | [![CodeQL](https://github.com/opencover/opencover/workflows/CodeQL/badge.svg)](https://github.com/OpenCover/opencover/security/code-scanning?query=tool%3ACodeQL) |
| **Nuget** | [![Nuget](https://buildstats.info/nuget/opencover)](http://nuget.org/packages/opencover) [![Nuget](https://img.shields.io/nuget/vpre/opencover.svg)](http://nuget.org/packages/opencover) |
| **Agreements** | [![CLA assistant](https://cla-assistant.io/readme/badge/OpenCover/opencover)](https://cla-assistant.io/OpenCover/opencover) |
-| | Disabled Integrations |
-| --- | --- |
-| **Coverage** | SonarCloud [![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=OpenCover_opencover&metric=coverage)](https://sonarcloud.io/dashboard?id=OpenCover_opencover) |
-| **Quality** | [![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=OpenCover_opencover&metric=alert_status)](https://sonarcloud.io/dashboard?id=OpenCover_opencover) |
-
### Master
The primary repo for the project is [on GitHub](https://github.com/opencover/opencover/) and is also where the [wiki](https://github.com/OpenCover/opencover/wiki) and [issues](https://github.com/OpenCover/opencover/wiki) are managed from.
diff --git a/main/global.json b/main/global.json
index f2363cb09..4192990b7 100644
--- a/main/global.json
+++ b/main/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "5.0.101"
+ "version": "5.0.201"
}
}