We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eab334 commit 82cb50fCopy full SHA for 82cb50f
.github/workflows/codeql.yml
@@ -20,11 +20,6 @@ jobs:
20
# a pull request then we can checkout the head.
21
fetch-depth: 2
22
23
- # If this run was triggered by a pull request event, then checkout
24
- # the head of the pull request instead of the merge commit.
25
- - run: git checkout HEAD^2
26
- if: ${{ github.event_name == 'pull_request' }}
27
-
28
# Initializes the CodeQL tools for scanning.
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v1
0 commit comments