File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
- windows-2022
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
20
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
22
uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
23
23
with :
Original file line number Diff line number Diff line change 22
22
compiler : gcc # GCC is an alias for clang on the MacOS image.
23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
26
- name : Use Node.js ${{ matrix.node-version }}
27
27
uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
28
28
with :
Original file line number Diff line number Diff line change 46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
49
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8
Original file line number Diff line number Diff line change 15
15
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19
19
with :
20
20
fetch-depth : 0
21
21
- run : git branch -a
Original file line number Diff line number Diff line change 36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
38
38
- name : " Checkout code"
39
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
39
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments