aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-09-25 06:40:19 -0600
committerCody Robibero <cody@robibe.ro>2021-09-25 06:40:19 -0600
commitd156d491135856990a6b92fad5f6402b5058c2e6 (patch)
tree293c09bc869f6650dd367d29598e950eb0638003
parent4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90 (diff)
Update codeql dotnet version
-rw-r--r--.github/workflows/codeql-analysis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 3e456f909..e07d913b5 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: '5.0.x'
+ dotnet-version: '6.0.x'
+ include-prerelease: true
+
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: