Skip to content

Commit a1631b4

Browse files
authored
Fix warning "git checkout HEAD^2 is no longer necessary" (#666)
1 parent e959340 commit a1631b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
15-
with:
16-
fetch-depth: 2
17-
18-
- run: git checkout HEAD^2
19-
if: ${{ github.event_name == 'pull_request' }}
2015

2116
- name: Initialize CodeQL
2217
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)