2525 contents : write
2626 pull-requests : write
2727 steps :
28- - uses : ansys/actions/doc-deploy-changelog@v10
28+ - uses : ansys/actions/doc-deploy-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
2929 with :
3030 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3131 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -47,15 +47,15 @@ jobs:
4747 name : Code style
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : ansys/actions/code-style@v10
50+ - uses : ansys/actions/code-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
5151 with :
5252 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5353
5454 docs-style :
5555 name : Documentation Style Check
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : ansys/actions/doc-style@v10
58+ - uses : ansys/actions/doc-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
5959 with :
6060 token : ${{ secrets.GITHUB_TOKEN }}
6161
6868 os : [ubuntu-latest, windows-latest, macos-latest]
6969 python-version : ['3.10', '3.11', '3.12']
7070 steps :
71- - uses : ansys/actions/build-wheelhouse@v10
71+ - uses : ansys/actions/build-wheelhouse@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
7272 with :
7373 library-name : ${{ env.PACKAGE_NAME }}
7474 operating-system : ${{ matrix.os }}
@@ -83,12 +83,12 @@ jobs:
8383 ANSYS_LOCAL : false
8484 ON_UBUNTU : true
8585 steps :
86- -
uses :
ansys/actions/[email protected] 86+ - uses : ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
8787 - name : Checkout repository
88- uses : actions/checkout@v3
88+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
8989
9090 - name : Set up Python
91- uses : actions/setup-python@v4
91+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
9292 with :
9393 python-version : ${{ env.MAIN_PYTHON_VERSION }}
9494 cache : pip
@@ -116,7 +116,7 @@ jobs:
116116 needs : [docs-style]
117117 runs-on : ubuntu-latest
118118 steps :
119- - uses : ansys/actions/doc-build@v10
119+ - uses : ansys/actions/doc-build@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
120120 with :
121121 python-version : ${{ env.MAIN_PYTHON_VERSION }}
122122 check-links : false # Delete after first release
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 needs : [tests, doc-build]
128128 steps :
129- - uses : ansys/actions/build-library@v10
129+ - uses : ansys/actions/build-library@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
130130 with :
131131 library-name : ${{ env.PACKAGE_NAME }}
132132 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -157,14 +157,14 @@ jobs:
157157 # skip-existing: false
158158
159159 - name : Release to the private PyPI repository
160- uses : ansys/actions/release-pypi-private@v9
160+ uses : ansys/actions/release-pypi-private@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
161161 with :
162162 library-name : ansys-tools-common
163163 twine-username : __token__
164164 twine-token : ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
165165
166166 - name : Release to GitHub
167- uses : ansys/actions/release-github@v10
167+ uses : ansys/actions/release-github@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
168168 with :
169169 token : ${{ secrets.GITHUB_TOKEN }}
170170 library-name : ${{ env.PACKAGE_NAME }}
@@ -176,7 +176,7 @@ jobs:
176176 needs : [release]
177177 steps :
178178 - name : Deploy the stable documentation
179- uses : ansys/actions/doc-deploy-stable@v10
179+ uses : ansys/actions/doc-deploy-stable@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
180180 with :
181181 cname : ${{ env.DOCUMENTATION_CNAME }}
182182 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments