Skip to content

Commit 4349719

Browse files
committed
Update CodeQL
1 parent 3fbfb79 commit 4349719

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v2
1919

20+
- uses: actions/setup-dotnet@v1
21+
with:
22+
dotnet-version: 6.0.x
23+
include-prerelease: true
24+
25+
- run: git checkout HEAD^2
26+
if: ${{ github.event_name == 'pull_request' }}
27+
2028
- name: Initialize CodeQL
2129
uses: github/codeql-action/init@v1
2230

0 commit comments

Comments
 (0)