We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d1b25 + e59eb44 commit 927c802Copy full SHA for 927c802
.github/workflows/codeql-analysis.yml
@@ -34,15 +34,6 @@ jobs:
34
steps:
35
- name: Checkout repository
36
uses: actions/checkout@v2
37
- with:
38
- # We must fetch at least the immediate parents so that if this is
39
- # a pull request then we can checkout the head.
40
- fetch-depth: 2
41
-
42
- # If this run was triggered by a pull request event, then checkout
43
- # the head of the pull request instead of the merge commit.
44
- - run: git checkout HEAD^2
45
- if: ${{ github.event_name == 'pull_request' }}
46
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
0 commit comments