1717 ANSRV_GEO_PORT : 700
1818 ANSRV_GEO_LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
1919 GEO_CONT_NAME : ans_geo
20- RESET_IMAGE_CACHE : 5
20+ RESET_IMAGE_CACHE : 10
2121 IS_WORKFLOW_RUNNING : True
2222 ARTIFACTORY_VERSION : v261
2323
3939 contents : write
4040 pull-requests : write
4141 steps :
42- - uses : ansys/actions/doc-deploy-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
42+ - uses : ansys/actions/doc-deploy-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
52+ - uses : ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
65+ uses : ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
74+ uses : ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
93+ uses : ansys/actions/build-wheelhouse@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
105+ uses : ansys/actions/docker-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
129+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
227+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
228228 with :
229229 registry : ghcr.io
230230 username : ${{ github.actor }}
@@ -334,7 +334,7 @@ jobs:
334334 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
335335
336336 - name : Login to GitHub Container Registry
337- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
337+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
338338 with :
339339 registry : ghcr.io
340340 username : ${{ github.actor }}
@@ -346,7 +346,7 @@ jobs:
346346 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 }} ${{ secrets.TRANSPORT_MODE_SELECTION }}
347347
348348 - name : Run Ansys documentation building action
349- uses : ansys/actions/doc-build@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
349+ uses : ansys/actions/doc-build@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
350350 with :
351351 python-version : ${{ env.MAIN_PYTHON_VERSION }}
352352 add-pdf-html-docs-as-assets : true
@@ -406,7 +406,7 @@ jobs:
406406
407407 - name : Login in Github Container registry
408408 if : env.SKIP_UNSTABLE == 'false'
409- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
409+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
410410 with :
411411 registry : ghcr.io
412412 username : ${{ github.actor }}
@@ -432,7 +432,7 @@ jobs:
432432
433433 - name : Run pytest
434434 if : env.SKIP_UNSTABLE == 'false'
435- uses : ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
435+ uses : ansys/actions/tests-pytest@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
436436 env :
437437 ALLOW_PLOTTING : true
438438 with :
@@ -489,7 +489,7 @@ jobs:
489489 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
490490
491491 - name : Login in Github Container registry
492- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
492+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
493493 with :
494494 registry : ghcr.io
495495 username : ${{ github.actor }}
@@ -541,7 +541,7 @@ jobs:
541541 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
542542
543543 - name : Login in Github Container registry
544- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
544+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
545545 with :
546546 registry : ghcr.io
547547 username : ${{ github.actor }}
@@ -590,7 +590,7 @@ jobs:
590590 python-version : ['3.10', '3.13']
591591 steps :
592592 - name : Login in Github Container registry
593- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
593+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
594594 with :
595595 registry : ghcr.io
596596 username : ${{ github.actor }}
@@ -640,7 +640,7 @@ jobs:
640640 id-token : write
641641 steps :
642642 - name : Build library source and wheel artifacts
643- uses : ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
643+ uses : ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
644644 with :
645645 library-name : ${{ env.PACKAGE_NAME }}
646646 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -871,7 +871,7 @@ jobs:
871871 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
872872
873873 - name : Run pytest
874- uses : ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
874+ uses : ansys/actions/tests-pytest@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
875875 env :
876876 ALLOW_PLOTTING : true
877877 with :
@@ -912,7 +912,7 @@ jobs:
912912 contents : write
913913 steps :
914914 - name : Release to GitHub
915- uses : ansys/actions/release-github@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
915+ uses : ansys/actions/release-github@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
916916 with :
917917 token : ${{ secrets.GITHUB_TOKEN }}
918918 library-name : ${{ env.PACKAGE_NAME }}
@@ -952,7 +952,7 @@ jobs:
952952 needs : [package]
953953 steps :
954954 - name : Deploy the latest documentation
955- uses : ansys/actions/doc-deploy-dev@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
955+ uses : ansys/actions/doc-deploy-dev@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
956956 with :
957957 cname : ${{ env.DOCUMENTATION_CNAME }}
958958 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -966,7 +966,7 @@ jobs:
966966 needs : [release, release-pypi]
967967 steps :
968968 - name : Deploy the stable documentation
969- uses : ansys/actions/doc-deploy-stable@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
969+ uses : ansys/actions/doc-deploy-stable@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
970970 with :
971971 cname : ${{ env.DOCUMENTATION_CNAME }}
972972 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -983,7 +983,7 @@ jobs:
983983 pull-requests : write
984984 steps :
985985 - name : Automerge PRs
986- uses : ansys/actions/hk-automerge-prs@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
986+ uses : ansys/actions/hk-automerge-prs@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
987987 with :
988988 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
989989 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments