3333 contents : write
3434 pull-requests : write
3535 steps :
36- - uses : ansys/actions/doc-deploy-changelog@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
36+ - uses : ansys/actions/doc-deploy-changelog@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
3737 with :
3838 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3939 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4444 name : " Vulnerabilities"
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : ansys/actions/check-vulnerabilities@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
47+ - uses : ansys/actions/check-vulnerabilities@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
4848 with :
4949 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5050 python-package-name : ${{ env.PACKAGE_NAME }}
8989 steps :
9090 - name : Check the title of the pull request
9191 if : github.event_name == 'pull_request'
92- uses : ansys/actions/check-pr-title@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
92+ uses : ansys/actions/check-pr-title@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
9393 with :
9494 token : ${{ secrets.GITHUB_TOKEN }}
9595 use-upper-case : true
@@ -104,7 +104,7 @@ jobs:
104104 needs : [pr-title]
105105 steps :
106106 - name : Check documentation style
107- uses : ansys/actions/doc-style@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
107+ uses : ansys/actions/doc-style@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
108108 with :
109109 token : ${{ secrets.GITHUB_TOKEN }}
110110 fail-level : ' warning'
@@ -115,7 +115,7 @@ jobs:
115115 needs : [doc-style]
116116 steps :
117117 - name : Documentation build
118- uses : ansys/actions/doc-build@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
118+ uses : ansys/actions/doc-build@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
119119 with :
120120 dependencies : " graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
121121 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -139,7 +139,7 @@ jobs:
139139 steps :
140140 - name : Build wheelhouse and perform smoke test
141141 id : build-wheelhouse
142- uses : ansys/actions/build-wheelhouse@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
142+ uses : ansys/actions/build-wheelhouse@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
143143 with :
144144 library-name : ${{ env.PACKAGE_NAME }}
145145 operating-system : ${{ matrix.os }}
@@ -158,7 +158,7 @@ jobs:
158158 runs-on : ubuntu-latest
159159 steps :
160160 - name : Run unit tests
161- uses : ansys/actions/tests-pytest@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
161+ uses : ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
162162 with :
163163 pytest-postargs : ' tests/unit'
164164 pytest-extra-args : ${{ env.PYTEST_ARGUMENTS }}
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ubuntu-latest
187187 steps :
188188 - name : Run integration tests
189- uses : ansys/actions/tests-pytest@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
189+ uses : ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
190190 with :
191191 pytest-postargs : ' tests/integration'
192192 pytest-extra-args : ${{ env.PYTEST_ARGUMENTS }}
@@ -798,7 +798,7 @@ jobs:
798798 id-token : write
799799 steps :
800800 - name : Build library source and wheel artifacts
801- uses : ansys/actions/build-library@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
801+ uses : ansys/actions/build-library@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
802802 with :
803803 library-name : ${{ env.PACKAGE_NAME }}
804804 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -831,7 +831,7 @@ jobs:
831831 skip-existing : false
832832
833833 - name : Release to GitHub
834- uses : ansys/actions/release-github@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
834+ uses : ansys/actions/release-github@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
835835 with :
836836 library-name : ${{ env.PACKAGE_NAME }}
837837 token : ${{ secrets.GITHUB_TOKEN }}
@@ -845,7 +845,7 @@ jobs:
845845 needs : [release]
846846 steps :
847847 - name : Deploy the stable documentation
848- uses : ansys/actions/doc-deploy-stable@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
848+ uses : ansys/actions/doc-deploy-stable@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
849849 with :
850850 cname : ${{ env.DOCUMENTATION_CNAME }}
851851 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments