Skip to content

Commit

Permalink
Update CodeQL action according to latest guidance.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Apr 4, 2021
1 parent dbb3f3a commit 6302b26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2

- 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 6302b26

Please sign in to comment.