3939 contents : write
4040 pull-requests : write
4141 steps :
42- - uses : ansys/actions/doc-deploy-changelog@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
42+ - uses : ansys/actions/doc-deploy-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
52+ - uses : ansys/actions/check-vulnerabilities@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
65+ uses : ansys/actions/check-pr-title@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
74+ uses : ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
93+ uses : ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
105+ uses : ansys/actions/docker-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
106106 with :
107107 directory : docker
108108 recursive : true
@@ -126,7 +126,7 @@ jobs:
126126 service-name : " Linux Core Service"
127127 steps :
128128 - name : Login to GitHub Container Registry
129- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
129+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
130130 with :
131131 registry : ghcr.io
132132 username : ${{ github.actor }}
@@ -224,7 +224,7 @@ jobs:
224224
225225 - name : Login to GitHub Container Registry
226226 if : env.SKIP_UNSTABLE == 'false'
227- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
227+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
228228 with :
229229 registry : ghcr.io
230230 username : ${{ github.actor }}
@@ -256,7 +256,7 @@ jobs:
256256
257257 - name : Restore images cache
258258 if : env.SKIP_UNSTABLE == 'false'
259- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
259+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
260260 with :
261261 path : .\tests\integration\image_cache
262262 key : pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -333,7 +333,7 @@ jobs:
333333 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
334334
335335 - name : Login to GitHub Container Registry
336- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
336+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
337337 with :
338338 registry : ghcr.io
339339 username : ${{ github.actor }}
@@ -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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
348+ uses : ansys/actions/doc-build@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
349349 with :
350350 python-version : ${{ env.MAIN_PYTHON_VERSION }}
351351 add-pdf-html-docs-as-assets : true
@@ -405,7 +405,7 @@ jobs:
405405
406406 - name : Login in Github Container registry
407407 if : env.SKIP_UNSTABLE == 'false'
408- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
408+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
409409 with :
410410 registry : ghcr.io
411411 username : ${{ github.actor }}
@@ -423,15 +423,15 @@ jobs:
423423
424424 - name : Restore images cache
425425 if : env.SKIP_UNSTABLE == 'false'
426- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
426+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
427427 with :
428428 path : tests/integration/image_cache
429429 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
430430 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
431431
432432 - name : Run pytest
433433 if : env.SKIP_UNSTABLE == 'false'
434- uses : ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
434+ uses : ansys/actions/tests-pytest@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
435435 env :
436436 ALLOW_PLOTTING : true
437437 with :
@@ -488,7 +488,7 @@ jobs:
488488 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
489489
490490 - name : Login in Github Container registry
491- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
491+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
492492 with :
493493 registry : ghcr.io
494494 username : ${{ github.actor }}
@@ -540,7 +540,7 @@ jobs:
540540 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
541541
542542 - name : Login in Github Container registry
543- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
543+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
544544 with :
545545 registry : ghcr.io
546546 username : ${{ github.actor }}
@@ -589,7 +589,7 @@ jobs:
589589 python-version : ['3.10', '3.13']
590590 steps :
591591 - name : Login in Github Container registry
592- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
592+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
593593 with :
594594 registry : ghcr.io
595595 username : ${{ github.actor }}
@@ -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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
642+ uses : ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
643643 with :
644644 library-name : ${{ env.PACKAGE_NAME }}
645645 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -745,7 +745,7 @@ jobs:
745745 python-version : ${{ env.MAIN_PYTHON_VERSION }}
746746
747747 - name : Download Windows binaries for ${{ matrix.mode }}
748- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
748+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
749749 with :
750750 name : ${{ matrix.zip-file }}
751751 path : docker/${{ matrix.zip-file }}
@@ -768,7 +768,7 @@ jobs:
768768 pip install -e .[tests]
769769
770770 - name : Restore images cache
771- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
771+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
772772 with :
773773 path : .\tests\integration\image_cache
774774 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -841,7 +841,7 @@ jobs:
841841 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
842842
843843 - name : Download Linux binaries
844- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
844+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
845845 with :
846846 name : linux-core-binaries.zip
847847 path : docker/linux-core-binaries.zip
@@ -862,14 +862,14 @@ jobs:
862862 python -c "from ansys.geometry.core.connection.validate import validate; validate()"
863863
864864 - name : Restore images cache
865- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
865+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
866866 with :
867867 path : .\tests\integration\image_cache
868868 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
869869 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
870870
871871 - name : Run pytest
872- uses : ansys/actions/tests-pytest@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
872+ uses : ansys/actions/tests-pytest@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
913+ uses : ansys/actions/release-github@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
914914 with :
915915 token : ${{ secrets.GITHUB_TOKEN }}
916916 library-name : ${{ env.PACKAGE_NAME }}
@@ -930,7 +930,7 @@ jobs:
930930 contents : write
931931 steps :
932932 - name : " Download the library artifacts from build-library step"
933- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
933+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
934934 with :
935935 name : ${{ env.PACKAGE_NAME }}-artifacts
936936 path : ${{ env.PACKAGE_NAME }}-artifacts
@@ -950,7 +950,7 @@ jobs:
950950 needs : [package]
951951 steps :
952952 - name : Deploy the latest documentation
953- uses : ansys/actions/doc-deploy-dev@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
953+ uses : ansys/actions/doc-deploy-dev@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
967+ uses : ansys/actions/doc-deploy-stable@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
984+ uses : ansys/actions/hk-automerge-prs@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
985985 with :
986986 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
987987 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments