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.
git checkout HEAD^2
1 parent d402197 commit b81ab80Copy full SHA for b81ab80
.github/workflows/codeql.yml
@@ -22,11 +22,6 @@ jobs:
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
32
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
0 commit comments