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