File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 20
20
NODE_VERSION : ' 20'
21
21
22
22
steps :
23
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24
24
- name : Use Node.js ${{ env.NODE_VERSION }}
25
25
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26
26
with :
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
26
27
27
- name : Use Node.js ${{ env.NODE_VERSION }}
28
28
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
36
36
with :
37
37
persist-credentials : false
38
38
You can’t perform that action at this time.
0 commit comments