Skip to content

Commit cbe1f7f

Browse files
committed
(build) Add required SDK for CodeQL
This is no longer installed by default on GitHub Actions runner, so need to manually install it.
1 parent cfb28b4 commit cbe1f7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
- run: git checkout HEAD^2
4040
if: ${{ github.event_name == 'pull_request' }}
4141

42-
# Initializes the CodeQL tools for scanning.
42+
- name: Install .NET Core SDK (global.json)
43+
uses: actions/setup-dotnet@v4.3.1
44+
45+
# Initializes the CodeQL tools for scanning.
4346
- name: Initialize CodeQL
4447
uses: github/codeql-action/init@v1
4548
with:

0 commit comments

Comments
 (0)