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 690ff8a commit f06b69aCopy full SHA for f06b69a
.github/workflows/codeql-analysis.yml
@@ -19,15 +19,6 @@ jobs:
19
steps:
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
- with:
23
- # We must fetch at least the immediate parents so that if this is
24
- # a pull request then we can checkout the head.
25
- fetch-depth: 2
26
-
27
- # If this run was triggered by a pull request event, then checkout
28
- # the head of the pull request instead of the merge commit.
29
- - run: git checkout HEAD^2
30
- if: ${{ github.event_name == 'pull_request' }}
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
0 commit comments