File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
27
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v3
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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 24
24
python : ['3.10', '3.11', '3.12']
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
27
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
28
28
29
29
- name : Setup Python
30
30
uses : actions/setup-python@master
You can’t perform that action at this time.
0 commit comments