File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 19
19
# a pull request then we can checkout the head.
20
20
fetch-depth : 2
21
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
-
27
22
# Initializes the CodeQL tools for scanning.
28
23
- name : Initialize CodeQL
29
24
uses : github/codeql-action/init@v1
34
29
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
35
30
# If this step fails, then you should remove it and run the build manually (see below)
36
31
- name : Autobuild
37
- uses : github/codeql-action/autobuild@v1
32
+ uses : github/codeql-action/autobuild@v2
38
33
39
34
# ℹ️ Command-line programs to run using the OS shell.
40
35
# 📚 https://git.io/JvXDl
48
43
# make release
49
44
50
45
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@v1
46
+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments