3939 contents : write
4040 pull-requests : write
4141 steps :
42- - uses : ansys/actions/doc-deploy-changelog@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
42+ - uses : ansys/actions/doc-deploy-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
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@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
52+ - uses : ansys/actions/check-vulnerabilities@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
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@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
65+ uses : ansys/actions/check-pr-title@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
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@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
74+ uses : ansys/actions/doc-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
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@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
93+ uses : ansys/actions/build-wheelhouse@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
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@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
105+ uses : ansys/actions/docker-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
106106 with :
107107 directory : docker
108108 recursive : true
@@ -341,7 +341,7 @@ jobs:
341341 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 }}
342342
343343 - name : Run Ansys documentation building action
344- uses : ansys/actions/doc-build@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
344+ uses : ansys/actions/doc-build@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
345345 with :
346346 python-version : ${{ env.MAIN_PYTHON_VERSION }}
347347 add-pdf-html-docs-as-assets : true
@@ -432,14 +432,22 @@ jobs:
432432
433433 - name : Run pytest
434434 if : env.SKIP_UNSTABLE == 'false'
435- uses : ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
435+ uses : ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
436436 env :
437437 ALLOW_PLOTTING : true
438438 with :
439439 python-version : ${{ env.MAIN_PYTHON_VERSION }}
440440 checkout : false
441441 randomize : true
442442
443+ - name : Upload coverage to Codecov
444+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
445+ if : matrix.docker-image == 'core-linux-latest'
446+ env :
447+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
448+ with :
449+ files : .cov/xml
450+
443451 - name : Upload integration test logs
444452 if : always()
445453 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
@@ -580,7 +588,7 @@ jobs:
580588 id-token : write
581589 steps :
582590 - name : Build library source and wheel artifacts
583- uses : ansys/actions/build-library@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
591+ uses : ansys/actions/build-library@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
584592 with :
585593 library-name : ${{ env.PACKAGE_NAME }}
586594 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -810,7 +818,7 @@ jobs:
810818 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
811819
812820 - name : Run pytest
813- uses : ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
821+ uses : ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
814822 env :
815823 ALLOW_PLOTTING : true
816824 with :
@@ -851,7 +859,7 @@ jobs:
851859 contents : write
852860 steps :
853861 - name : Release to GitHub
854- uses : ansys/actions/release-github@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
862+ uses : ansys/actions/release-github@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
855863 with :
856864 token : ${{ secrets.GITHUB_TOKEN }}
857865 library-name : ${{ env.PACKAGE_NAME }}
@@ -891,7 +899,7 @@ jobs:
891899 needs : [package]
892900 steps :
893901 - name : Deploy the latest documentation
894- uses : ansys/actions/doc-deploy-dev@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
902+ uses : ansys/actions/doc-deploy-dev@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
895903 with :
896904 cname : ${{ env.DOCUMENTATION_CNAME }}
897905 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -905,7 +913,7 @@ jobs:
905913 needs : [release, release-pypi]
906914 steps :
907915 - name : Deploy the stable documentation
908- uses : ansys/actions/doc-deploy-stable@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
916+ uses : ansys/actions/doc-deploy-stable@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
909917 with :
910918 cname : ${{ env.DOCUMENTATION_CNAME }}
911919 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -922,7 +930,7 @@ jobs:
922930 pull-requests : write
923931 steps :
924932 - name : Automerge PRs
925- uses : ansys/actions/hk-automerge-prs@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
933+ uses : ansys/actions/hk-automerge-prs@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
926934 with :
927935 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
928936 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments