Remove git checkout as recommended for CodeQL

This commit is contained in:
Jordan Brown
2020-12-18 15:29:50 -05:00
parent b050f95744
commit 29ea904280
-3
View File
@@ -27,9 +27,6 @@ jobs:
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: