This repository was archived by the owner on Feb 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : checkout
22
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
22
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23
23
- name : setup node
24
24
uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
25
25
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-20.04
16
16
steps :
17
17
- name : Git checkout
18
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
18
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
19
20
20
- uses : ./.github/workflows/LighthouseAudit
21
21
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-20.04
18
18
steps :
19
19
- name : Git checkout
20
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
20
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
21
22
22
- name : Setup Node
23
23
uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-20.04
17
17
steps :
18
18
- name : Git checkout
19
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
20
21
21
- name : Setup Node
22
22
uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
35
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36
36
with :
37
37
persist-credentials : false
38
38
You can’t perform that action at this time.
0 commit comments