3939 contents : write
4040 pull-requests : write
4141 steps :
42- - uses : ansys/actions/doc-deploy-changelog@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
42+ - uses : ansys/actions/doc-deploy-changelog@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
4343 with :
4444 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4545 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4949 name : Vulnerabilities
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : ansys/actions/check-vulnerabilities@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
52+ - uses : ansys/actions/check-vulnerabilities@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
5353 with :
5454 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5555 python-package-name : ${{ env.PACKAGE_NAME }}
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Check commit name
65- uses : ansys/actions/check-pr-title@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
65+ uses : ansys/actions/check-pr-title@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
6666 with :
6767 token : ${{ secrets.GITHUB_TOKEN }}
6868
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : PyAnsys documentation style checks
74- uses : ansys/actions/doc-style@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
74+ uses : ansys/actions/doc-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
7575 with :
7676 token : ${{ secrets.GITHUB_TOKEN }}
7777
9090 os : macos-latest
9191 steps :
9292 - name : Build wheelhouse and perform smoke test
93- uses : ansys/actions/build-wheelhouse@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
93+ uses : ansys/actions/build-wheelhouse@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
9494 with :
9595 library-name : ${{ env.PACKAGE_NAME }}
9696 operating-system : ${{ matrix.os }}
@@ -102,7 +102,7 @@ jobs:
102102 runs-on : ubuntu-latest
103103 steps :
104104 - name : PyAnsys documentation style checks
105- uses : ansys/actions/docker-style@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
105+ uses : ansys/actions/docker-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
106106 with :
107107 directory : docker
108108 recursive : true
@@ -345,7 +345,7 @@ jobs:
345345 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 }}
346346
347347 - name : Run Ansys documentation building action
348- uses : ansys/actions/doc-build@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
348+ uses : ansys/actions/doc-build@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
349349 with :
350350 python-version : ${{ env.MAIN_PYTHON_VERSION }}
351351 add-pdf-html-docs-as-assets : true
@@ -431,7 +431,7 @@ jobs:
431431
432432 - name : Run pytest
433433 if : env.SKIP_UNSTABLE == 'false'
434- uses : ansys/actions/tests-pytest@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
434+ uses : ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
435435 env :
436436 ALLOW_PLOTTING : true
437437 with :
@@ -639,7 +639,7 @@ jobs:
639639 id-token : write
640640 steps :
641641 - name : Build library source and wheel artifacts
642- uses : ansys/actions/build-library@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
642+ uses : ansys/actions/build-library@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
643643 with :
644644 library-name : ${{ env.PACKAGE_NAME }}
645645 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -869,7 +869,7 @@ jobs:
869869 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
870870
871871 - name : Run pytest
872- uses : ansys/actions/tests-pytest@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
872+ uses : ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
873873 env :
874874 ALLOW_PLOTTING : true
875875 with :
@@ -910,7 +910,7 @@ jobs:
910910 contents : write
911911 steps :
912912 - name : Release to GitHub
913- uses : ansys/actions/release-github@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
913+ uses : ansys/actions/release-github@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
914914 with :
915915 token : ${{ secrets.GITHUB_TOKEN }}
916916 library-name : ${{ env.PACKAGE_NAME }}
@@ -950,7 +950,7 @@ jobs:
950950 needs : [package]
951951 steps :
952952 - name : Deploy the latest documentation
953- uses : ansys/actions/doc-deploy-dev@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
953+ uses : ansys/actions/doc-deploy-dev@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
954954 with :
955955 cname : ${{ env.DOCUMENTATION_CNAME }}
956956 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -964,7 +964,7 @@ jobs:
964964 needs : [release, release-pypi]
965965 steps :
966966 - name : Deploy the stable documentation
967- uses : ansys/actions/doc-deploy-stable@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
967+ uses : ansys/actions/doc-deploy-stable@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
968968 with :
969969 cname : ${{ env.DOCUMENTATION_CNAME }}
970970 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -981,7 +981,7 @@ jobs:
981981 pull-requests : write
982982 steps :
983983 - name : Automerge PRs
984- uses : ansys/actions/hk-automerge-prs@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
984+ uses : ansys/actions/hk-automerge-prs@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
985985 with :
986986 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
987987 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments