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 2dd7df5 commit 2502986Copy full SHA for 2502986
.github/workflows/codeql-analysis.yml
@@ -16,15 +16,6 @@ jobs:
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v2
19
- with:
20
- # We must fetch at least the immediate parents so that if this is
21
- # a pull request then we can checkout the head.
22
- fetch-depth: 2
23
-
24
- # If this run was triggered by a pull request event, then checkout
25
- # the head of the pull request instead of the merge commit.
26
- - run: git checkout HEAD^2
27
- if: ${{ github.event_name == 'pull_request' }}
28
29
# Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
0 commit comments