Remove fetch-depth from CodeQL

This commit is contained in:
Jupeyy 2021-08-15 13:12:09 +02:00
parent 140d36137e
commit 3d91628da2

View file

@ -32,9 +32,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
submodules: true
- name: Prepare Linux