Skip to content

Commit e981c90

Browse files
authored
Remove git checkout HEAD^2
1 parent e84c6fe commit e981c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# If this run was triggered by a pull request event, then checkout
4040
# the head of the pull request instead of the merge commit.
41-
- run: git checkout HEAD^2
41+
# - run: git checkout HEAD^2
4242
if: ${{ github.event_name == 'pull_request' }}
4343

4444
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)