@@ -29,10 +29,10 @@ jobs:
2929 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
3030 runs-on : ubuntu-latest
3131 permissions :
32- contents : write
33- pull-requests : write
32+ contents : write # required to push changes to repository
33+ pull-requests : write # required to create pull requests
3434 steps :
35- - uses : ansys/actions/doc-deploy-changelog@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
35+ - uses : ansys/actions/doc-deploy-changelog@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
3636 with :
3737 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3838 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -44,15 +44,15 @@ jobs:
4444 steps :
4545 - name : PyAnsys Vulnerability check (on main)
4646 if : github.ref == 'refs/heads/main'
47- uses : ansys/actions/check-vulnerabilities@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
47+ uses : ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
4848 with :
4949 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5050 python-package-name : ${{ env.PACKAGE_NAME }}
5151 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5252
5353 - name : PyAnsys Vulnerability check (on dev mode)
5454 if : github.ref != 'refs/heads/main'
55- uses : ansys/actions/check-vulnerabilities@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
55+ uses : ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
5656 with :
5757 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5858 python-package-name : ${{ env.PACKAGE_NAME }}
6363 name : Actions Security
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : ansys/actions/check-actions-security@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
66+ - uses : ansys/actions/check-actions-security@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
6767 with :
6868 generate-summary : true
6969 token : ${{ secrets.GITHUB_TOKEN }}
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : PyAnsys documentation style checks
77- uses : ansys/actions/doc-style@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
77+ uses : ansys/actions/doc-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
7878 with :
7979 token : ${{ secrets.GITHUB_TOKEN }}
8080
8787 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
8888
8989 - name : " Run Ansys documentation building action"
90- uses : ansys/actions/doc-build@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
90+ uses : ansys/actions/doc-build@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
9191 with :
9292 python-version : ${{ env.MAIN_PYTHON_VERSION }}
9393 add-pdf-html-docs-as-assets : true
@@ -108,7 +108,7 @@ jobs:
108108 os : macos-latest
109109 steps :
110110 - name : Build wheelhouse and perform smoke test
111- uses : ansys/actions/build-wheelhouse@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
111+ uses : ansys/actions/build-wheelhouse@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
112112 with :
113113 library-name : ${{ env.PACKAGE_NAME }}
114114 operating-system : ${{ matrix.os }}
@@ -129,7 +129,7 @@ jobs:
129129 lookup-only : false # zizmor: ignore[cache-poisoning]
130130
131131 - name : " Run pytest"
132- uses : ansys/actions/tests-pytest@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
132+ uses : ansys/actions/tests-pytest@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
133133 with :
134134 python-version : ${{ env.MAIN_PYTHON_VERSION }}
135135 requires-xvfb : true
@@ -154,7 +154,7 @@ jobs:
154154 runs-on : ubuntu-latest
155155 steps :
156156 - name : Build library source and wheel artifacts
157- uses : ansys/actions/build-library@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
157+ uses : ansys/actions/build-library@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
158158 with :
159159 library-name : ${{ env.PACKAGE_NAME }}
160160 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -166,7 +166,7 @@ jobs:
166166 needs : [package]
167167 steps :
168168 - name : Deploy the latest documentation
169- uses : ansys/actions/doc-deploy-dev@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
169+ uses : ansys/actions/doc-deploy-dev@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
170170 with :
171171 cname : ${{ env.DOCUMENTATION_CNAME }}
172172 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -180,11 +180,11 @@ jobs:
180180 runs-on : ubuntu-latest
181181 environment : release
182182 permissions :
183- id-token : write
184- contents : write
183+ id-token : write # required for release to github
184+ contents : write # required to create releases
185185 steps :
186186 - name : " Download the library artifacts from build-library step"
187- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
187+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
188188 with :
189189 name : ${{ env.PACKAGE_NAME }}-artifacts
190190 path : ${{ env.PACKAGE_NAME }}-artifacts
@@ -198,7 +198,7 @@ jobs:
198198 skip-existing : false
199199
200200 - name : Release to GitHub
201- uses : ansys/actions/release-github@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
201+ uses : ansys/actions/release-github@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
202202 with :
203203 token : ${{ secrets.GITHUB_TOKEN }}
204204 library-name : ${{ env.PACKAGE_NAME }}
@@ -210,7 +210,7 @@ jobs:
210210 needs : [release]
211211 steps :
212212 - name : Deploy the stable documentation
213- uses : ansys/actions/doc-deploy-stable@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
213+ uses : ansys/actions/doc-deploy-stable@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
214214 with :
215215 cname : ${{ env.DOCUMENTATION_CNAME }}
216216 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments