3535 contents : write
3636 pull-requests : write
3737 steps :
38- - uses : ansys/actions/doc-deploy-changelog@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
38+ - uses : ansys/actions/doc-deploy-changelog@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
3939 with :
4040 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4141 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4545 name : Vulnerabilities
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : ansys/actions/check-vulnerabilities@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
48+ - uses : ansys/actions/check-vulnerabilities@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
4949 with :
5050 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5151 python-package-name : ${{ env.PACKAGE_NAME }}
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Check commit name
61- uses : ansys/actions/check-pr-title@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
61+ uses : ansys/actions/check-pr-title@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
6262 with :
6363 token : ${{ secrets.GITHUB_TOKEN }}
6464
6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : PyAnsys documentation style checks
70- uses : ansys/actions/doc-style@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
70+ uses : ansys/actions/doc-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
7171 with :
7272 token : ${{ secrets.GITHUB_TOKEN }}
7373
8686 os : macos-latest
8787 steps :
8888 - name : Build wheelhouse and perform smoke test
89- uses : ansys/actions/build-wheelhouse@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
89+ uses : ansys/actions/build-wheelhouse@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
9090 with :
9191 library-name : ${{ env.PACKAGE_NAME }}
9292 operating-system : ${{ matrix.os }}
9898 runs-on : ubuntu-latest
9999 steps :
100100 - name : PyAnsys documentation style checks
101- uses : ansys/actions/docker-style@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
101+ uses : ansys/actions/docker-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
102102 with :
103103 directory : docker
104104 recursive : true
@@ -342,7 +342,7 @@ jobs:
342342 docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_DOCS_TAG }}
343343
344344 - name : Run Ansys documentation building action
345- uses : ansys/actions/doc-build@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
345+ uses : ansys/actions/doc-build@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
346346 with :
347347 python-version : ${{ env.MAIN_PYTHON_VERSION }}
348348 add-pdf-html-docs-as-assets : true
@@ -429,7 +429,7 @@ jobs:
429429
430430 - name : Run pytest
431431 if : env.SKIP_UNSTABLE == 'false'
432- uses : ansys/actions/tests-pytest@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
432+ uses : ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
433433 env :
434434 ALLOW_PLOTTING : true
435435 with :
@@ -574,7 +574,7 @@ jobs:
574574 id-token : write
575575 steps :
576576 - name : Build library source and wheel artifacts
577- uses : ansys/actions/build-library@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
577+ uses : ansys/actions/build-library@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
578578 with :
579579 library-name : ${{ env.PACKAGE_NAME }}
580580 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -798,7 +798,7 @@ jobs:
798798 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
799799
800800 - name : Run pytest
801- uses : ansys/actions/tests-pytest@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
801+ uses : ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
802802 env :
803803 ALLOW_PLOTTING : true
804804 with :
@@ -840,7 +840,7 @@ jobs:
840840 contents : write
841841 steps :
842842 - name : Release to GitHub
843- uses : ansys/actions/release-github@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
843+ uses : ansys/actions/release-github@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
844844 with :
845845 token : ${{ secrets.GITHUB_TOKEN }}
846846 library-name : ${{ env.PACKAGE_NAME }}
@@ -880,7 +880,7 @@ jobs:
880880 needs : [package]
881881 steps :
882882 - name : Deploy the latest documentation
883- uses : ansys/actions/doc-deploy-dev@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
883+ uses : ansys/actions/doc-deploy-dev@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
884884 with :
885885 cname : ${{ env.DOCUMENTATION_CNAME }}
886886 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -894,7 +894,7 @@ jobs:
894894 needs : [release, release-pypi]
895895 steps :
896896 - name : Deploy the stable documentation
897- uses : ansys/actions/doc-deploy-stable@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
897+ uses : ansys/actions/doc-deploy-stable@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
898898 with :
899899 cname : ${{ env.DOCUMENTATION_CNAME }}
900900 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -911,7 +911,7 @@ jobs:
911911 pull-requests : write
912912 steps :
913913 - name : Automerge PRs
914- uses : ansys/actions/hk-automerge-prs@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
914+ uses : ansys/actions/hk-automerge-prs@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
915915 with :
916916 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
917917 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments