3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : PyAnsys code style checks
41- uses : ansys/actions/code-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
41+ uses : ansys/actions/code-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
4242 with :
4343 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4444
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : PyAnsys documentation style checks
51- uses : ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
51+ uses : ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
5252 with :
5353 token : ${{ secrets.GITHUB_TOKEN }}
5454
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : " Check library vulnerabilities with default mode"
61- uses : ansys/actions/check-vulnerabilities@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
61+ uses : ansys/actions/check-vulnerabilities@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
6262 with :
6363 python-version : ${{ env.MAIN_PYTHON_VERSION }}
6464 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
7070 runs-on : ubuntu-latest
7171 needs : [vulnerabilities]
7272 steps :
73- - uses : ansys/actions/check-actions-security@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
73+ - uses : ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
7474 with :
7575 generate-summary : true
7676 token : ${{ secrets.GITHUB_TOKEN }}
8888
8989 steps :
9090 - name : Build wheelhouse and perform smoke test
91- uses : ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
91+ uses : ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
9292 with :
9393 library-name : ${{ env.PACKAGE_NAME }}
9494 operating-system : ${{ runner.os }}
@@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Build wheelhouse and perform smoke test
111- uses : ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
111+ uses : ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
112112 with :
113113 library-name : ${{ env.PACKAGE_NAME }}
114114 operating-system : ${{ matrix.os }}
@@ -228,7 +228,7 @@ jobs:
228228 autosummary-pyconverter-xml2py-v${{ env.RESET_AUTOSUMMARY_CACHE }}-${{ env.PYCONVERTER_VERSION }}
229229
230230 - name : " Run Ansys documentation building action"
231- uses : ansys/actions/doc-build@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
231+ uses : ansys/actions/doc-build@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
232232 with :
233233 python-version : ${{ env.MAIN_PYTHON_VERSION }}
234234 checkout : false
@@ -242,7 +242,7 @@ jobs:
242242 needs : [doc-build, build-test]
243243 steps :
244244 - name : Build library source and wheel artifacts
245- uses : ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
245+ uses : ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
246246 with :
247247 library-name : ${{ env.PACKAGE_NAME }}
248248 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -259,7 +259,7 @@ jobs:
259259 contents : write
260260 steps :
261261 - name : Release to GitHub
262- uses : ansys/actions/release-github@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
262+ uses : ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
263263 with :
264264 token : ${{ secrets.GITHUB_TOKEN }}
265265 library-name : ${{ env.PACKAGE_NAME }}
@@ -302,7 +302,7 @@ jobs:
302302 needs : [release, release-pypi]
303303 steps :
304304 - name : " Deploy the stable documentation"
305- uses : ansys/actions/doc-deploy-stable@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
305+ uses : ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
306306 with :
307307 cname : ${{ env.DOCUMENTATION_CNAME }}
308308 token : ${{ secrets.GITHUB_TOKEN }}
@@ -320,7 +320,7 @@ jobs:
320320 needs : [package]
321321 steps :
322322 - name : " Deploy the latest documentation"
323- uses : ansys/actions/doc-deploy-dev@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
323+ uses : ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
324324 with :
325325 cname : ${{ env.DOCUMENTATION_CNAME }}
326326 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments