Skip to content

Commit f06b69a

Browse files
committed
Update codeql-analysis.yml
1 parent 690ff8a commit f06b69a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
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' }}
3122

3223
# Initializes the CodeQL tools for scanning.
3324
- name: Initialize CodeQL

0 commit comments

Comments
 (0)