Skip to content

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,12 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
21-
with:
22-
# We must fetch at least the immediate parents so that if this is
23-
# a pull request then we can checkout the head.
24-
fetch-depth: 2
2521

2622
- uses: actions/setup-java@v3
2723
with:
2824
distribution: 'adopt'
2925
java-version: 18
3026

31-
# If this run was triggered by a pull request event, then checkout
32-
# the head of the pull request instead of the merge commit.
33-
- run: git checkout HEAD^2
34-
if: ${{ github.event_name == 'pull_request' }}
35-
3627
# Initializes the CodeQL tools for scanning.
3728
- name: Initialize CodeQL
3829
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)