3535 contents : write
3636 pull-requests : write
3737 steps :
38- - uses : ansys/actions/doc-deploy-changelog@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
38+ - uses : ansys/actions/doc-deploy-changelog@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
48+ - uses : ansys/actions/check-vulnerabilities@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
61+ uses : ansys/actions/check-pr-title@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
70+ uses : ansys/actions/doc-style@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
89+ uses : ansys/actions/build-wheelhouse@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
101+ uses : ansys/actions/docker-style@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
345+ uses : ansys/actions/doc-build@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
432+ uses : ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
433433 env :
434434 ALLOW_PLOTTING : true
435435 with :
@@ -573,7 +573,7 @@ jobs:
573573 id-token : write
574574 steps :
575575 - name : Build library source and wheel artifacts
576- uses : ansys/actions/build-library@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
576+ uses : ansys/actions/build-library@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
577577 with :
578578 library-name : ${{ env.PACKAGE_NAME }}
579579 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -796,7 +796,7 @@ jobs:
796796 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
797797
798798 - name : Run pytest
799- uses : ansys/actions/tests-pytest@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
799+ uses : ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
800800 env :
801801 ALLOW_PLOTTING : true
802802 with :
@@ -838,7 +838,7 @@ jobs:
838838 contents : write
839839 steps :
840840 - name : Release to GitHub
841- uses : ansys/actions/release-github@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
841+ uses : ansys/actions/release-github@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
842842 with :
843843 token : ${{ secrets.GITHUB_TOKEN }}
844844 library-name : ${{ env.PACKAGE_NAME }}
@@ -858,7 +858,7 @@ jobs:
858858 contents : write
859859 steps :
860860 - name : " Download the library artifacts from build-library step"
861- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
861+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
862862 with :
863863 name : ${{ env.PACKAGE_NAME }}-artifacts
864864 path : ${{ env.PACKAGE_NAME }}-artifacts
@@ -878,7 +878,7 @@ jobs:
878878 needs : [package]
879879 steps :
880880 - name : Deploy the latest documentation
881- uses : ansys/actions/doc-deploy-dev@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
881+ uses : ansys/actions/doc-deploy-dev@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
882882 with :
883883 cname : ${{ env.DOCUMENTATION_CNAME }}
884884 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -892,7 +892,7 @@ jobs:
892892 needs : [release]
893893 steps :
894894 - name : Deploy the stable documentation
895- uses : ansys/actions/doc-deploy-stable@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
895+ uses : ansys/actions/doc-deploy-stable@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
896896 with :
897897 cname : ${{ env.DOCUMENTATION_CNAME }}
898898 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -909,7 +909,7 @@ jobs:
909909 pull-requests : write
910910 steps :
911911 - name : Automerge PRs
912- uses : ansys/actions/hk-automerge-prs@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
912+ uses : ansys/actions/hk-automerge-prs@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
913913 with :
914914 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
915915 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments