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