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 f4ec072 commit 823b196Copy full SHA for 823b196
.github/workflows/codeql-analysis.yml
@@ -28,11 +28,6 @@ jobs:
28
# a pull request then we can checkout the head.
29
fetch-depth: 2
30
31
- # If this run was triggered by a pull request event, then checkout
32
- # the head of the pull request instead of the merge commit.
33
- - run: git checkout HEAD^2
34
- if: ${{ github.event_name == 'pull_request' }}
35
-
36
# Initializes the CodeQL tools for scanning.
37
- name: Initialize CodeQL
38
uses: github/codeql-action/init@v3
0 commit comments