2828 name : " Check library vulnerabilities"
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : ansys/actions/check-vulnerabilities@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
31+ - uses : ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
3232 with :
3333 python-version : ${{ env.MAIN_PYTHON_VERSION }}
3434 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3939 name : " Check actions security"
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : ansys/actions/check-actions-security@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
42+ - uses : ansys/actions/check-actions-security@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
4343 with :
4444 generate-summary : true
4545 token : ${{ secrets.GITHUB_TOKEN }}
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : PyAnsys code style checks
54- uses : ansys/actions/code-style@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
54+ uses : ansys/actions/code-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
5555 with :
5656 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5757
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : PyAnsys documentation style checks
63- uses : ansys/actions/doc-style@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
63+ uses : ansys/actions/doc-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
6464 with :
6565 token : ${{ secrets.GITHUB_TOKEN }}
6666
8181
8282 steps :
8383 - name : Build wheelhouse and perform smoke test
84- uses : ansys/actions/build-wheelhouse@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
84+ uses : ansys/actions/build-wheelhouse@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
8585 with :
8686 library-name : ${{ env.PACKAGE_NAME }}
8787 operating-system : ${{ matrix.os }}
9393 needs : [smoke-tests]
9494 steps :
9595 - name : Run pytest
96- uses : ansys/actions/tests-pytest@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
96+ uses : ansys/actions/tests-pytest@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
9797 with :
9898 python-version : ${{ matrix.python-version }}
9999 pytest-extra-args : -v --durations=10 --maxfail=10 --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=xml:coverage.xml --cov-report=html --cov-report term
@@ -104,7 +104,7 @@ jobs:
104104 files : coverage.xml
105105
106106 - name : " Upload coverage artifacts"
107- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
107+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
108108 with :
109109 name : coverage-html
110110 path : htmlcov
@@ -115,7 +115,7 @@ jobs:
115115 needs : [doc-style]
116116 steps :
117117 - name : " Run Ansys documentation building action"
118- uses : ansys/actions/doc-build@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
118+ uses : ansys/actions/doc-build@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
119119 with :
120120 python-version : ${{ env.MAIN_PYTHON_VERSION }}
121121
@@ -125,7 +125,7 @@ jobs:
125125 runs-on : ubuntu-latest
126126 steps :
127127 - name : Build library source and wheel artifacts
128- uses : ansys/actions/build-library@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
128+ uses : ansys/actions/build-library@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
129129 with :
130130 library-name : ${{ env.PACKAGE_NAME }}
131131 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -138,7 +138,7 @@ jobs:
138138 needs : [package]
139139 steps :
140140 - name : " Deploy the latest documentation"
141- uses : ansys/actions/doc-deploy-dev@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
141+ uses : ansys/actions/doc-deploy-dev@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
142142 with :
143143 cname : ${{ env.DOCUMENTATION_CNAME }}
144144 token : ${{ secrets.GITHUB_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172 skip-existing : false
173173
174174 - name : " Release to GitHub"
175- uses : ansys/actions/release-github@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
175+ uses : ansys/actions/release-github@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
176176 with :
177177 library-name : ${{ env.PACKAGE_NAME }}
178178
@@ -186,7 +186,7 @@ jobs:
186186 contents : write # Write permissions to deploy the documentation
187187 steps :
188188 - name : " Deploy the stable documentation"
189- uses : ansys/actions/doc-deploy-stable@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8 .2.30
189+ uses : ansys/actions/doc-deploy-stable@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10 .2.3
190190 with :
191191 cname : ${{ env.DOCUMENTATION_CNAME }}
192192 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments