3333 contents : write
3434 pull-requests : write
3535 steps :
36- - uses : ansys/actions/doc-deploy-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
36+ - uses : ansys/actions/doc-deploy-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
47+ - uses : ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
4848 with :
4949 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5050 python-package-name : ${{ env.PACKAGE_NAME }}
9090 steps :
9191 - name : Check the title of the pull request
9292 if : github.event_name == 'pull_request'
93- uses : ansys/actions/check-pr-title@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
93+ uses : ansys/actions/check-pr-title@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
9494 with :
9595 token : ${{ secrets.GITHUB_TOKEN }}
9696 use-upper-case : true
@@ -105,7 +105,7 @@ jobs:
105105 needs : [pr-title]
106106 steps :
107107 - name : Check documentation style
108- uses : ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
108+ uses : ansys/actions/doc-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
109109 with :
110110 token : ${{ secrets.GITHUB_TOKEN }}
111111 fail-level : ' warning'
@@ -123,7 +123,7 @@ jobs:
123123 sudo apt-get install -y graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra
124124
125125 - name : Documentation build
126- uses : ansys/actions/doc-build@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
126+ uses : ansys/actions/doc-build@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
127127 with :
128128 # dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
129129 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -147,7 +147,7 @@ jobs:
147147 steps :
148148 - name : Build wheelhouse and perform smoke test
149149 id : build-wheelhouse
150- uses : ansys/actions/build-wheelhouse@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
150+ uses : ansys/actions/build-wheelhouse@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
151151 with :
152152 library-name : ${{ env.PACKAGE_NAME }}
153153 operating-system : ${{ matrix.os }}
@@ -167,7 +167,7 @@ jobs:
167167 runs-on : ubuntu-latest
168168 steps :
169169 - name : Run unit tests
170- uses : ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
170+ uses : ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
171171 with :
172172 pytest-postargs : ' tests/unit'
173173 pytest-extra-args : ${{ env.PYTEST_ARGUMENTS }}
@@ -195,7 +195,7 @@ jobs:
195195 runs-on : ubuntu-latest
196196 steps :
197197 - name : Run integration tests
198- uses : ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
198+ uses : ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
199199 with :
200200 pytest-postargs : ' tests/integration'
201201 pytest-extra-args : ${{ env.PYTEST_ARGUMENTS }}
@@ -966,7 +966,7 @@ jobs:
966966 id-token : write
967967 steps :
968968 - name : Build library source and wheel artifacts
969- uses : ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
969+ uses : ansys/actions/build-library@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
970970 with :
971971 library-name : ${{ env.PACKAGE_NAME }}
972972 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -999,7 +999,7 @@ jobs:
999999 skip-existing : false
10001000
10011001 - name : Release to GitHub
1002- uses : ansys/actions/release-github@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
1002+ uses : ansys/actions/release-github@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
10031003 with :
10041004 library-name : ${{ env.PACKAGE_NAME }}
10051005 token : ${{ secrets.GITHUB_TOKEN }}
@@ -1013,7 +1013,7 @@ jobs:
10131013 needs : [release]
10141014 steps :
10151015 - name : Deploy the stable documentation
1016- uses : ansys/actions/doc-deploy-stable@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
1016+ uses : ansys/actions/doc-deploy-stable@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
10171017 with :
10181018 cname : ${{ env.DOCUMENTATION_CNAME }}
10191019 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments