4848 torchvision : 0.10.0
4949 mmcv : 1.9.0
5050 steps :
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v2
53+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Install Pillow
@@ -109,9 +109,9 @@ jobs:
109109 mmcv : 1.8.0
110110
111111 steps :
112- - uses : actions/checkout@v2
112+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
113113 - name : Set up Python ${{ matrix.python-version }}
114- uses : actions/setup-python@v2
114+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
115115 with :
116116 python-version : ${{ matrix.python-version }}
117117 - name : Install system dependencies
@@ -147,7 +147,7 @@ jobs:
147147 coverage xml
148148 coverage report -m
149149 - name : Upload coverage to Codecov
150- uses : codecov/codecov-action@v1.0.10
150+ uses : codecov/codecov-action@f3570723ef743f6942b6a480461ed0cd6c0f9baa # v1.0.10
151151 with :
152152 file : ./coverage.xml
153153 flags : unittests
@@ -171,9 +171,9 @@ jobs:
171171 mmcv : 1.9.0
172172
173173 steps :
174- - uses : actions/checkout@v2
174+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
175175 - name : Set up Python ${{ matrix.python-version }}
176- uses : actions/setup-python@v2
176+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
177177 with :
178178 python-version : ${{ matrix.python-version }}
179179 # Add ppa source repo for python3.9.
@@ -220,7 +220,7 @@ jobs:
220220 coverage xml
221221 coverage report -m
222222 - name : Upload coverage to Codecov
223- uses : codecov/codecov-action@v2
223+ uses : codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
224224 with :
225225 files : ./coverage.xml
226226 flags : unittests
0 commit comments