Skip to content

Commit d14bcb6

Browse files
committedFeb 1, 2023
Remove git checkout.
1 parent 66ba0f6 commit d14bcb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎.github/workflows/codeql-analysis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
# a pull request then we can checkout the head.
2424
fetch-depth: 2
2525

26-
# If this run was triggered by a pull request event, then checkout
27-
# the head of the pull request instead of the merge commit.
28-
- run: git checkout HEAD^2
29-
if: ${{ github.event_name == 'pull_request' }}
30-
3126
# Initializes the CodeQL tools for scanning.
3227
- name: Initialize CodeQL
3328
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)