CodeQL: remove git checkout HEAD^2

This commit is contained in:
Frank Denis 2020-12-10 23:04:53 +01:00
parent bfcaf544bf
commit fad8d55cf6

View File

@ -17,9 +17,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: