File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "bundleVersion" : " codeql-bundle-20200826 "
2+ "bundleVersion" : " codeql-bundle-20201008 "
33}
Original file line number Diff line number Diff line change 11{
2- "bundleVersion" : " codeql-bundle-20200826 "
2+ "bundleVersion" : " codeql-bundle-20201008 "
33}
You can’t perform that action at this time.
0 commit comments