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.
2 parents dd68a96 + 58597d9 commit f0778e0Copy full SHA for f0778e0
.github/workflows/codeql-analysis.yml
@@ -14,19 +14,11 @@ jobs:
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v2
17
- with:
18
- # We must fetch at least the immediate parents so that if this is
19
- # a pull request then we can checkout the head.
20
- fetch-depth: 2
+
21
- uses: actions/setup-java@v1
22
with:
23
java-version: '11'
24
25
- # If this run was triggered by a pull request event, then checkout
26
- # the head of the pull request instead of the merge commit.
27
- - run: git checkout HEAD^2
28
- if: ${{ github.event_name == 'pull_request' }}
29
-
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@v1
0 commit comments