File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
43
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
31
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
24
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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