5252 contents : write
5353 pull-requests : write
5454 steps :
55- - uses : ansys/actions/doc-deploy-changelog@v9
55+ - uses : ansys/actions/doc-deploy-changelog@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
5656 with :
5757 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5858 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
6565 runs-on : ubuntu-22.04
6666 steps :
6767 - name : Check pull-request name
68- uses : ansys/actions/check-pr-title@v9
68+ uses : ansys/actions/check-pr-title@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
6969 with :
7070 token : ${{ secrets.GITHUB_TOKEN }}
7171
7878 folder : ["doc", "examples"]
7979 steps :
8080 - name : " Ansys documentation style checks"
81- uses : ansys/actions/doc-style@v9
81+ uses : ansys/actions/doc-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
8282 with :
8383 token : ${{ secrets.GITHUB_TOKEN }}
8484 files : ${{ matrix.folder }}
@@ -104,7 +104,7 @@ jobs:
104104 os : macos-latest
105105 steps :
106106 - name : " Build wheelhouse and perform smoke test"
107- uses : ansys/actions/build-wheelhouse@v9
107+ uses : ansys/actions/build-wheelhouse@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
108108 with :
109109 library-name : ${{ env.PACKAGE_NAME }}
110110 operating-system : ${{ matrix.os }}
@@ -123,7 +123,7 @@ jobs:
123123 name : " Check library vulnerabilities"
124124 runs-on : ubuntu-22.04
125125 steps :
126- - uses : ansys/actions/check-vulnerabilities@v9
126+ - uses : ansys/actions/check-vulnerabilities@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
127127 with :
128128 python-version : ' 3.13'
129129 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -298,7 +298,7 @@ jobs:
298298 runs-on : ubuntu-22.04
299299 steps :
300300 - name : " Build library source and wheel artifacts"
301- uses : ansys/actions/build-library@v9
301+ uses : ansys/actions/build-library@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
302302 with :
303303 library-name : ${{ env.PACKAGE_NAME }}
304304 python-version : ' 3.13'
@@ -333,7 +333,7 @@ jobs:
333333 skip-existing : false
334334
335335 - name : " Release to GitHub"
336- uses : ansys/actions/release-github@v9
336+ uses : ansys/actions/release-github@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
337337 with :
338338 library-name : ${{ env.PACKAGE_NAME }}
339339 additional-artifacts : " minimum_requirements.txt"
@@ -347,7 +347,7 @@ jobs:
347347 needs : [release]
348348 steps :
349349 - name : " Deploy the stable documentation"
350- uses : ansys/actions/doc-deploy-stable@v9
350+ uses : ansys/actions/doc-deploy-stable@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
351351 with :
352352 cname : ${{ env.DOCUMENTATION_CNAME }}
353353 token : ${{ secrets.GITHUB_TOKEN }}
@@ -363,7 +363,7 @@ jobs:
363363 needs : [docs-build]
364364 steps :
365365 - name : " Deploy the latest documentation"
366- uses : ansys/actions/doc-deploy-dev@v9
366+ uses : ansys/actions/doc-deploy-dev@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
367367 with :
368368 cname : ${{ env.DOCUMENTATION_CNAME }}
369369 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments