We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68f70e commit 29f2f45Copy full SHA for 29f2f45
.github/workflows/codeql-analysis.yml
@@ -26,15 +26,6 @@ jobs:
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v2
29
- with:
30
- # We must fetch at least the immediate parents so that if this is
31
- # a pull request then we can checkout the head.
32
- fetch-depth: 2
33
-
34
- # If this run was triggered by a pull request event, then checkout
35
- # the head of the pull request instead of the merge commit.
36
- - run: git checkout HEAD^2
37
- if: ${{ github.event_name == 'pull_request' }}
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
0 commit comments