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 7e95990 commit c1807faCopy full SHA for c1807fa
.github/workflows/codeql-analysis.yml
@@ -31,15 +31,6 @@ jobs:
31
steps:
32
- name: Checkout repository
33
uses: actions/checkout@v2
34
- with:
35
- # We must fetch at least the immediate parents so that if this is
36
- # a pull request then we can checkout the head.
37
- fetch-depth: 2
38
-
39
- # If this run was triggered by a pull request event, then checkout
40
- # the head of the pull request instead of the merge commit.
41
- - run: git checkout HEAD^2
42
- if: ${{ github.event_name == 'pull_request' }}
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
0 commit comments