3131 contents : write # Required to commit and push changelog updates to the repository
3232 pull-requests : write # Required to create pull requests with changelog updates
3333 steps :
34- - uses : ansys/actions/doc-deploy-changelog@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
34+ - uses : ansys/actions/doc-deploy-changelog@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
3535 with :
3636 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3737 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4444 permissions :
4545 contents : read # Required to read repository content for vulnerability scanning
4646 steps :
47- - uses : ansys/actions/check-vulnerabilities@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
47+ - uses : ansys/actions/check-vulnerabilities@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
4848 with :
4949 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5050 python-package-name : ${{ env.PACKAGE_NAME }}
5858 permissions :
5959 contents : read # Required to read workflow files and check for security issues
6060 steps :
61- - uses : ansys/actions/check-actions-security@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
61+ - uses : ansys/actions/check-actions-security@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
6262 with :
6363 generate-summary : true
6464 token : ${{ secrets.GITHUB_TOKEN }}
7171 contents : read # Required to read documentation files for style checking
7272 steps :
7373 - name : Check documentation style
74- uses : ansys/actions/doc-style@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
74+ uses : ansys/actions/doc-style@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
7575 with :
7676 token : ${{ secrets.GITHUB_TOKEN }}
7777 fail-level : ' warning'
8282 needs : [doc-style]
8383 steps :
8484 - name : Documentation build
85- uses : ansys/actions/doc-build@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
85+ uses : ansys/actions/doc-build@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
8686 with :
8787 dependencies : " graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
8888 skip-install : true
@@ -107,7 +107,7 @@ jobs:
107107 steps :
108108 - name : Build wheelhouse and perform smoke test
109109 id : build-wheelhouse
110- uses : ansys/actions/build-wheelhouse@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
110+ uses : ansys/actions/build-wheelhouse@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
111111 with :
112112 library-name : ${{ env.PACKAGE_NAME }}
113113 operating-system : ${{ matrix.os }}
@@ -1215,7 +1215,7 @@ jobs:
12151215 id-token : write # Required for OIDC token generation (for provenance signing)
12161216 steps :
12171217 - name : Build library source and wheel artifacts
1218- uses : ansys/actions/build-library@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1218+ uses : ansys/actions/build-library@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
12191219 with :
12201220 library-name : ${{ env.PACKAGE_NAME }}
12211221 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -1247,7 +1247,7 @@ jobs:
12471247 skip-existing : false
12481248
12491249 - name : Release to GitHub
1250- uses : ansys/actions/release-github@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1250+ uses : ansys/actions/release-github@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
12511251 with :
12521252 library-name : ${{ env.PACKAGE_NAME }}
12531253 token : ${{ secrets.GITHUB_TOKEN }}
@@ -1262,7 +1262,7 @@ jobs:
12621262 contents : write # Required to commit and push documentation to gh-pages branch
12631263 steps :
12641264 - name : Deploy the stable documentation
1265- uses : ansys/actions/doc-deploy-stable@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1265+ uses : ansys/actions/doc-deploy-stable@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
12661266 with :
12671267 cname : ${{ env.DOCUMENTATION_CNAME }}
12681268 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments