We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9aa833 commit 6bdde61Copy full SHA for 6bdde61
.github/workflows/codeql-analysis.yml
@@ -27,11 +27,6 @@ jobs:
27
# a pull request then we can checkout the head.
28
fetch-depth: 2
29
30
- # If this run was triggered by a pull request event, then checkout
31
- # the head of the pull request instead of the merge commit.
32
- - run: git checkout HEAD^2
33
- if: ${{ github.event_name == 'pull_request' }}
34
-
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
uses: github/codeql-action/init@v2
0 commit comments