3030 runs-on : ubuntu-20.04
3131
3232 steps :
33- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
33+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
3434 - name : Enviroment Setup
3535 uses : ./.github/actions/setup
3636 with :
4545 needs : pep_style
4646
4747 steps :
48- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
48+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
4949 - name : Enviroment Setup
5050 uses : ./.github/actions/setup
5151 with :
6767 needs : pep_style
6868
6969 steps :
70- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
70+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
7171 - name : Enviroment Setup
7272 uses : ./.github/actions/setup
7373 with :
@@ -83,14 +83,14 @@ jobs:
8383 needs : pep_style
8484
8585 steps :
86- - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
86+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
8787 - name : Set up Python ${{ env.python_version }}
88- uses : actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # pin@v2
88+ uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # pin@v4.3.0
8989 with :
9090 python-version : ${{ env.python_version }}
9191 cache : ' pip'
9292 - name : Run pre-commit Checks
93- uses : pre-commit/action@9b88afc9cd57fd75b655d5c71bd38146d07135fe # pin@v2 .0.3
93+ uses : pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # pin@v3 .0.0
9494 - name : Check Version
9595 run : |
9696 pip install requests
@@ -114,7 +114,7 @@ jobs:
114114 INVENTREE_PYTHON_TEST_PASSWORD : testpassword
115115
116116 steps :
117- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
117+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
118118 - name : Enviroment Setup
119119 uses : ./.github/actions/setup
120120 with :
@@ -144,7 +144,7 @@ jobs:
144144 continue-on-error : true
145145
146146 steps :
147- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
147+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
148148 - name : Enviroment Setup
149149 uses : ./.github/actions/setup
150150 with :
@@ -165,7 +165,7 @@ jobs:
165165 INVENTREE_PLUGINS_ENABLED : true
166166
167167 steps :
168- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
168+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
169169 - name : Enviroment Setup
170170 uses : ./.github/actions/setup
171171 with :
@@ -213,7 +213,7 @@ jobs:
213213 - 6379:6379
214214
215215 steps :
216- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
216+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
217217 - name : Enviroment Setup
218218 uses : ./.github/actions/setup
219219 with :
@@ -258,7 +258,7 @@ jobs:
258258 - 3306:3306
259259
260260 steps :
261- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # pin@v1
261+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
262262 - name : Enviroment Setup
263263 uses : ./.github/actions/setup
264264 with :
0 commit comments