Skip to content

Commit eb26e65

Browse files
authored
remove git checkout HEAD^2
second attempt
1 parent e981c90 commit eb26e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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
42-
if: ${{ github.event_name == 'pull_request' }}
41+
#- run: git checkout HEAD^2
42+
# if: ${{ github.event_name == 'pull_request' }}
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

0 commit comments

Comments
 (0)