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 e42eb33 commit 0d5f458Copy full SHA for 0d5f458
.github/workflows/codeql-analysis.yml
@@ -43,8 +43,8 @@ jobs:
43
44
# If this run was triggered by a pull request event, then checkout
45
# the head of the pull request instead of the merge commit.
46
- - run: git checkout HEAD^2
47
- if: ${{ github.event_name == 'pull_request' }}
+ #- run: git checkout HEAD^2
+ # if: ${{ github.event_name == 'pull_request' }}
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
0 commit comments