File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
runs-on : ${{ matrix.os }}
15
15
steps :
16
- - uses : actions/checkout@v2 # https://github.com/actions/checkout
16
+ - uses : actions/checkout@v3 # https://github.com/actions/checkout
17
17
with :
18
18
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
19
19
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
with :
37
37
# We must fetch at least the immediate parents so that if this is
38
38
# a pull request then we can checkout the head.
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@v1
48
+ uses : github/codeql-action/init@v2
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# If you wish to specify custom queries, you can do so here or in a config file.
56
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
57
# If this step fails, then you should remove it and run the build manually (see below)
58
58
- name : Autobuild
59
- uses : github/codeql-action/autobuild@v1
59
+ uses : github/codeql-action/autobuild@v2
60
60
61
61
# ℹ️ Command-line programs to run using the OS shell.
62
62
# 📚 https://git.io/JvXDl
70
70
# make release
71
71
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@v1
73
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v2 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v3 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v2 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v3 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v2 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v3 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v2 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v3 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
You can’t perform that action at this time.
0 commit comments