Skip to content

Commit 0d5f458

Browse files
committed
work
1 parent e42eb33 commit 0d5f458

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
@@ -43,8 +43,8 @@ jobs:
4343

4444
# If this run was triggered by a pull request event, then checkout
4545
# the head of the pull request instead of the merge commit.
46-
- run: git checkout HEAD^2
47-
if: ${{ github.event_name == 'pull_request' }}
46+
#- run: git checkout HEAD^2
47+
# if: ${{ github.event_name == 'pull_request' }}
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

0 commit comments

Comments
 (0)