We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb28b4 commit cbe1f7fCopy full SHA for cbe1f7f
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,10 @@ jobs:
39
- run: git checkout HEAD^2
40
if: ${{ github.event_name == 'pull_request' }}
41
42
- # Initializes the CodeQL tools for scanning.
+ - name: Install .NET Core SDK (global.json)
43
+ uses: actions/setup-dotnet@v4.3.1
44
+
45
+ # Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
47
uses: github/codeql-action/init@v1
48
with:
0 commit comments