Skip to content

Commit a8a67bd

Browse files
author
Warren Buckley
committed
Try to fix codeql autobuild
1 parent 6bfa3fb commit a8a67bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

46+
- name: Setup .NET
47+
uses: actions/setup-dotnet@v1
48+
with:
49+
dotnet-version: '6.0.x'
50+
include-prerelease: true
51+
4652
# Initializes the CodeQL tools for scanning.
4753
- name: Initialize CodeQL
4854
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)