File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-22.04
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
16
16
- name : Use Node.js LTS (18.x)
17
17
uses : actions/setup-node@v3
18
18
with :
32
32
node-version : [18.x]
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
36
36
- name : Use Node.js ${{ matrix.node-version }}
37
37
uses : actions/setup-node@v3
38
38
with :
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout PR
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
15
15
16
16
- name : Use Node.js LTS (18.x)
17
17
uses : actions/setup-node@v3
33
33
34
34
steps :
35
35
- name : Checkout PR
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
37
37
38
38
- name : Use Node.js ${{ matrix.node-version }}
39
39
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : ' Checkout code'
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
14
14
15
15
- name : ' Verify formatting of all files'
16
16
run : ./bin/check-formatting.sh
You can’t perform that action at this time.
0 commit comments