We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc19613 + f813ad0 commit cdfffe8Copy full SHA for cdfffe8
1 file changed
.github/workflows/codeql.yml
@@ -14,16 +14,6 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
- with:
18
- # Must fetch at least the immediate parents so that if this is
19
- # a pull request then we can checkout the head of the pull request.
20
- fetch-depth: 2
21
-
22
- # If this run was triggered by a pull request event then checkout
23
- # the head of the pull request instead of the merge commit.
24
- - run: git checkout HEAD^2
25
- if: ${{ github.event_name == 'pull_request' }}
26
27
- uses: ./init
28
with:
29
languages: javascript
0 commit comments