We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 409b71a + 988704e commit d3285a0Copy full SHA for d3285a0
1 file changed
README.md
@@ -41,17 +41,6 @@ jobs:
41
steps:
42
- name: Checkout repository
43
uses: actions/checkout@v2
44
- with:
45
- # Must fetch at least the immediate parents so that if this is
46
- # a pull request then we can checkout the head of the pull request.
47
- # Only include this option if you are running this workflow on pull requests.
48
- fetch-depth: 2
49
-
50
- # If this run was triggered by a pull request event then checkout
51
- # the head of the pull request instead of the merge commit.
52
- # Only include this step if you are running this workflow on pull requests.
53
- - run: git checkout HEAD^2
54
- if: ${{ github.event_name == 'pull_request' }}
55
56
# Initializes the CodeQL tools for scanning.
57
- name: Initialize CodeQL
0 commit comments