From 569c38b9b383c94ec2aa43a352bc4ef64c259ecf Mon Sep 17 00:00:00 2001 From: alex289 Date: Thu, 16 Nov 2023 14:34:47 +0100 Subject: [PATCH] fix(codeql): Add dotnet 8 setup --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 065527d..5be095b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,6 +27,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Setup dotnet + uses: actions/setup-dotnet@v3 + with: + dotnet-version: '8.x.x' + - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: