Skip to content

Commit cdfffe8

Browse files
authored
Merge pull request #264 from github/rneatherway-patch-1
Start analysing merge commit for PRs
2 parents bc19613 + f813ad0 commit cdfffe8

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ jobs:
1414

1515
steps:
1616
- 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-
2717
- uses: ./init
2818
with:
2919
languages: javascript

0 commit comments

Comments
 (0)