Skip to content

Commit 29f2f45

Browse files
committed
Updated.
1 parent e68f70e commit 29f2f45

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
@@ -26,15 +26,6 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v2
29-
with:
30-
# We must fetch at least the immediate parents so that if this is
31-
# a pull request then we can checkout the head.
32-
fetch-depth: 2
33-
34-
# If this run was triggered by a pull request event, then checkout
35-
# the head of the pull request instead of the merge commit.
36-
- run: git checkout HEAD^2
37-
if: ${{ github.event_name == 'pull_request' }}
3829

3930
# Initializes the CodeQL tools for scanning.
4031
- name: Initialize CodeQL

0 commit comments

Comments
 (0)