3535 contents : write
3636 pull-requests : write
3737 steps :
38- - uses : ansys/actions/doc-deploy-changelog@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
38+ - uses : ansys/actions/doc-deploy-changelog@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
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@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
48+ - uses : ansys/actions/check-vulnerabilities@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
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@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
61+ uses : ansys/actions/check-pr-title@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
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@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
70+ uses : ansys/actions/doc-style@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
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@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
89+ uses : ansys/actions/build-wheelhouse@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
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@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
101+ uses : ansys/actions/docker-style@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
102102 with :
103103 directory : docker
104104 recursive : true
@@ -337,7 +337,7 @@ jobs:
337337 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 }}
338338
339339 - name : Run Ansys documentation building action
340- uses : ansys/actions/doc-build@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
340+ uses : ansys/actions/doc-build@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
341341 with :
342342 python-version : ${{ env.MAIN_PYTHON_VERSION }}
343343 add-pdf-html-docs-as-assets : true
@@ -428,7 +428,7 @@ jobs:
428428
429429 - name : Run pytest
430430 if : env.SKIP_UNSTABLE == 'false'
431- uses : ansys/actions/tests-pytest@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
431+ uses : ansys/actions/tests-pytest@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
432432 env :
433433 ALLOW_PLOTTING : true
434434 with :
@@ -576,7 +576,7 @@ jobs:
576576 id-token : write
577577 steps :
578578 - name : Build library source and wheel artifacts
579- uses : ansys/actions/build-library@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
579+ uses : ansys/actions/build-library@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
580580 with :
581581 library-name : ${{ env.PACKAGE_NAME }}
582582 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -806,7 +806,7 @@ jobs:
806806 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
807807
808808 - name : Run pytest
809- uses : ansys/actions/tests-pytest@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
809+ uses : ansys/actions/tests-pytest@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
810810 env :
811811 ALLOW_PLOTTING : true
812812 with :
@@ -847,7 +847,7 @@ jobs:
847847 contents : write
848848 steps :
849849 - name : Release to GitHub
850- uses : ansys/actions/release-github@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
850+ uses : ansys/actions/release-github@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
851851 with :
852852 token : ${{ secrets.GITHUB_TOKEN }}
853853 library-name : ${{ env.PACKAGE_NAME }}
@@ -887,7 +887,7 @@ jobs:
887887 needs : [package]
888888 steps :
889889 - name : Deploy the latest documentation
890- uses : ansys/actions/doc-deploy-dev@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
890+ uses : ansys/actions/doc-deploy-dev@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
891891 with :
892892 cname : ${{ env.DOCUMENTATION_CNAME }}
893893 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -901,7 +901,7 @@ jobs:
901901 needs : [release, release-pypi]
902902 steps :
903903 - name : Deploy the stable documentation
904- uses : ansys/actions/doc-deploy-stable@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
904+ uses : ansys/actions/doc-deploy-stable@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
905905 with :
906906 cname : ${{ env.DOCUMENTATION_CNAME }}
907907 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -918,7 +918,7 @@ jobs:
918918 pull-requests : write
919919 steps :
920920 - name : Automerge PRs
921- uses : ansys/actions/hk-automerge-prs@90c8d3f174d3393c68bc2143088d60265275b8cc # v9.0.7
921+ uses : ansys/actions/hk-automerge-prs@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
922922 with :
923923 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
924924 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments