File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
38
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
39
39
40
40
- name : Setup Node.js
41
41
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
72
72
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
75
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
76
76
77
77
- name : Setup Node.js
78
78
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
30
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
31
31
with :
32
32
lfs : true
33
33
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
34
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35
35
36
36
- name : Initialize CodeQL
37
37
uses : github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
39
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
40
40
41
41
- name : Setup Node.js
42
42
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
73
73
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
76
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
77
77
78
78
- name : Setup Node.js
79
79
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
37
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
38
38
39
39
- name : Check repository visibility
40
40
if : ${{ github.event_name == 'pull_request' }}
45
45
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
47
47
- name : Check repository dependency graph
48
- uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b
48
+ uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
49
49
if : ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }}
50
50
51
51
- name : Setup Node.js v${{ matrix.node-version }}
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
38
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
39
39
40
40
- name : Setup Node.js
41
41
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
72
72
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
75
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
76
76
77
77
- name : Setup Node.js
78
78
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
You can’t perform that action at this time.
0 commit comments