File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
# - v16 EOL: Apr 30 2024
16
16
# - v18 EOL: Apr 30 2025
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19
19
- name : Use Node.js ${{ matrix.node-version }}
20
20
uses : actions/setup-node@v3
21
21
with :
25
25
lint :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29
29
- run : yarn install
30
30
- run : yarn run prettier-check
31
31
- run : yarn run eslint
Original file line number Diff line number Diff line change 8
8
check-pr :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12
12
with :
13
13
repository : ' sourcegraph/pr-auditor'
14
14
- uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 9
9
release-image :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
13
- uses : docker/setup-buildx-action@v2
14
14
- uses : actions/setup-node@v3
15
15
with :
Original file line number Diff line number Diff line change 8
8
test :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12
12
- run : yarn install
13
13
- run : yarn global add ts-node @sourcegraph/src
14
14
- run : ts-node src/main.ts index
You can’t perform that action at this time.
0 commit comments