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