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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
20
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
22
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
25
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
26
26
- name : Use Node.js ${{ matrix.node-version }}
27
27
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
49
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
25
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
18
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
39
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments