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 4997c3f + 2909e97 commit 855f965Copy full SHA for 855f965
.github/workflows/codeql.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v1
14
- with:
15
- # Must fetch at least the immediate parents so that if this is
16
- # a pull request then we can checkout the head of the pull request.
17
- fetch-depth: 2
+ with:
+ # Must fetch at least the immediate parents so that if this is
+ # a pull request then we can checkout the head of the pull request.
+ fetch-depth: 2
18
19
# If this run was triggered by a pull request event then checkout
20
# the head of the pull request instead of the merge commit.
0 commit comments