We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4997c3f commit 2909e97Copy full SHA for 2909e97
.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