We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912bbb commit 5990d02Copy full SHA for 5990d02
.github/workflows/codeql-analysis.yml
@@ -18,21 +18,12 @@ jobs:
18
steps:
19
- name: Checkout repository
20
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
25
26
- uses: actions/setup-java@v3
27
with:
28
distribution: 'adopt'
29
java-version: 18
30
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
-
36
# Initializes the CodeQL tools for scanning.
37
- name: Initialize CodeQL
38
uses: github/codeql-action/init@v2
0 commit comments