1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 02:25:14 -07:00

CodeQL: remove git checkout HEAD^2

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

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: