File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Code
15
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
15
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
16
with :
17
17
persist-credentials : false
18
18
ref : ${{ github.base_ref }}
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout Code
33
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
33
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
with :
35
35
persist-credentials : false
36
36
- name : Setup Node
Original file line number Diff line number Diff line change 46
46
egress-policy : audit
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
49
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
25
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@4901385134134e04cec5fbe5ddfe3b2c5bd5d976 # v4.0.0
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
14
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
15
with :
16
16
persist-credentials : false
17
17
Original file line number Diff line number Diff line change 7
7
lint :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
10
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
11
with :
12
12
persist-credentials : false
13
13
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
Original file line number Diff line number Diff line change 13
13
publish :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
16
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
17
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
18
18
with :
19
19
node-version : ' 16.x'
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments