@@ -52,16 +52,16 @@ jobs:
5252 steps :
5353 - name : Checkout
5454 # see https://github.com/actions/checkout
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656 with :
5757 persist-credentials : false
5858 - name : Setup Python Environment
5959 # see https://github.com/actions/setup-python
60- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
60+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6161 with :
6262 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
6363 - name : Install poetry
64- # see https://github.com/marketplace/actions /setup-poetry
64+ # see https://github.com/Gr1N /setup-poetry
6565 uses : Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
6666 with :
6767 poetry-version : ${{ env.POETRY_VERSION }}
@@ -77,16 +77,16 @@ jobs:
7777 steps :
7878 - name : Checkout
7979 # see https://github.com/actions/checkout
80- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
80+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8181 with :
8282 persist-credentials : false
8383 - name : Setup Python Environment
8484 # see https://github.com/actions/setup-python
85- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
85+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8686 with :
8787 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
8888 - name : Install poetry
89- # see https://github.com/marketplace/actions /setup-poetry
89+ # see https://github.com/Gr1N /setup-poetry
9090 uses : Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
9191 with :
9292 poetry-version : ${{ env.POETRY_VERSION }}
@@ -102,16 +102,16 @@ jobs:
102102 steps :
103103 - name : Checkout
104104 # see https://github.com/actions/checkout
105- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
105+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
106106 with :
107107 persist-credentials : false
108108 - name : Setup Python Environment
109109 # see https://github.com/actions/setup-python
110- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
110+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
111111 with :
112112 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
113113 - name : Install poetry
114- # see https://github.com/marketplace/actions /setup-poetry
114+ # see https://github.com/Gr1N /setup-poetry
115115 uses : Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
116116 with :
117117 poetry-version : ${{ env.POETRY_VERSION }}
@@ -137,16 +137,16 @@ jobs:
137137 steps :
138138 - name : Checkout
139139 # see https://github.com/actions/checkout
140- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
140+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
141141 with :
142142 persist-credentials : false
143143 - name : Setup Python Environment
144144 # see https://github.com/actions/setup-python
145- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
145+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
146146 with :
147147 python-version : ${{ matrix.python-version }}
148148 - name : Install poetry
149- # see https://github.com/marketplace/actions /setup-poetry
149+ # see https://github.com/Gr1N /setup-poetry
150150 uses : Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
151151 with :
152152 poetry-version : ${{ env.POETRY_VERSION }}
@@ -162,16 +162,16 @@ jobs:
162162 steps :
163163 - name : Checkout
164164 # see https://github.com/actions/checkout
165- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
165+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
166166 with :
167167 persist-credentials : false
168168 - name : Setup Python Environment
169169 # see https://github.com/actions/setup-python
170- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
170+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
171171 with :
172172 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
173173 - name : Install poetry
174- # see https://github.com/marketplace/actions /setup-poetry
174+ # see https://github.com/Gr1N /setup-poetry
175175 uses : Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
176176 with :
177177 poetry-version : ${{ env.POETRY_VERSION }}
@@ -197,12 +197,12 @@ jobs:
197197 steps :
198198 - name : Checkout
199199 # see https://github.com/actions/checkout
200- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
200+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
201201 with :
202202 persist-credentials : false
203203 - name : Setup Python Environment
204204 # see https://github.com/actions/setup-python
205- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
205+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
206206 with :
207207 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
208208 - name : Install self
@@ -236,14 +236,14 @@ jobs:
236236 steps :
237237 - name : Checkout
238238 # see https://github.com/actions/checkout
239- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
239+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
240240 with :
241241 persist-credentials : false
242242 - name : Create reports directory
243243 run : mkdir ${{ env.REPORTS_DIR }}
244244 - name : Setup Python Environment
245245 # see https://github.com/actions/setup-python
246- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
246+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
247247 with :
248248 python-version : ${{ matrix.python-version }}
249249 - name : craft PY_UT_ARGS
@@ -256,7 +256,7 @@ jobs:
256256 with open(os.environ['GITHUB_ENV'], 'a') as env_file:
257257 env_file.write(f'PY_UT_ARGS={" ".join(PY_UT_ARGS)}\n')
258258 - name : Install poetry
259- # see https://github.com/marketplace/actions /setup-poetry
259+ # see https://github.com/Gr1N /setup-poetry
260260 uses : Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
261261 with :
262262 poetry-version : ${{ env.POETRY_VERSION }}
@@ -276,7 +276,7 @@ jobs:
276276 - name : Artifact reports
277277 if : ${{ ! cancelled() }}
278278 # see https://github.com/actions/upload-artifact
279- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
279+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
280280 with :
281281 name : ' ${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_${{ matrix.os }}_py${{ matrix.python-version }}'
282282 path : ${{ env.REPORTS_DIR }}
@@ -290,7 +290,7 @@ jobs:
290290 steps :
291291 - name : fetch test artifacts
292292 # see https://github.com/actions/download-artifact
293- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
293+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
294294 with :
295295 pattern : ' ${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_*'
296296 merge-multiple : true
@@ -301,7 +301,7 @@ jobs:
301301 # # see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-secrets
302302 if : ${{ env.CODACY_PROJECT_TOKEN != '' }}
303303 # see https://github.com/codacy/codacy-coverage-reporter-action
304- uses : codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1
304+ uses : codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
305305 with :
306306 project-token : ${{ env.CODACY_PROJECT_TOKEN }}
307307 coverage-reports : ${{ env.REPORTS_DIR }}/coverage/*
0 commit comments