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 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
43
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
17
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
18
18
- name : Build the Docker image
19
19
run : make compose/rebuild
20
20
- name : Run test in Docker image
Original file line number Diff line number Diff line change 28
28
actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
31
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
32
32
33
33
- name : Install ESLint
34
34
run : |
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
22
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23
23
24
24
- name : Set up Node.js ${{ matrix.node-version }}
25
25
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
26
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27
27
28
28
- name : Set up Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments