Skip to content

Commit

Permalink
Update CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Sep 11, 2021
1 parent 3fbfb79 commit 4349719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true

- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v1

Expand Down

0 comments on commit 4349719

Please sign in to comment.