35
35
contents : write
36
36
pull-requests : write
37
37
steps :
38
- - uses : ansys/actions/doc-deploy-changelog@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
38
+ - uses : ansys/actions/doc-deploy-changelog@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
39
39
with :
40
40
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
41
41
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
45
45
name : Vulnerabilities
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - uses : ansys/actions/check-vulnerabilities@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
48
+ - uses : ansys/actions/check-vulnerabilities@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
49
49
with :
50
50
python-version : ${{ env.MAIN_PYTHON_VERSION }}
51
51
python-package-name : ${{ env.PACKAGE_NAME }}
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Check commit name
61
- uses : ansys/actions/check-pr-title@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
61
+ uses : ansys/actions/check-pr-title@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
62
62
with :
63
63
token : ${{ secrets.GITHUB_TOKEN }}
64
64
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : PyAnsys documentation style checks
70
- uses : ansys/actions/doc-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
70
+ uses : ansys/actions/doc-style@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
71
71
with :
72
72
token : ${{ secrets.GITHUB_TOKEN }}
73
73
86
86
os : macos-latest
87
87
steps :
88
88
- name : Build wheelhouse and perform smoke test
89
- uses : ansys/actions/build-wheelhouse@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
89
+ uses : ansys/actions/build-wheelhouse@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
90
90
with :
91
91
library-name : ${{ env.PACKAGE_NAME }}
92
92
operating-system : ${{ matrix.os }}
98
98
runs-on : ubuntu-latest
99
99
steps :
100
100
- name : PyAnsys documentation style checks
101
- uses : ansys/actions/docker-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
101
+ uses : ansys/actions/docker-style@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
102
102
with :
103
103
directory : docker
104
104
recursive : true
@@ -342,7 +342,7 @@ jobs:
342
342
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_DOCS_TAG }}
343
343
344
344
- name : Run Ansys documentation building action
345
- uses : ansys/actions/doc-build@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
345
+ uses : ansys/actions/doc-build@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
346
346
with :
347
347
python-version : ${{ env.MAIN_PYTHON_VERSION }}
348
348
add-pdf-html-docs-as-assets : true
@@ -435,7 +435,7 @@ jobs:
435
435
436
436
- name : Run pytest
437
437
if : env.SKIP_UNSTABLE == 'false'
438
- uses : ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
438
+ uses : ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
439
439
env :
440
440
ALLOW_PLOTTING : true
441
441
with :
@@ -585,7 +585,7 @@ jobs:
585
585
id-token : write
586
586
steps :
587
587
- name : Build library source and wheel artifacts
588
- uses : ansys/actions/build-library@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
588
+ uses : ansys/actions/build-library@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
589
589
with :
590
590
library-name : ${{ env.PACKAGE_NAME }}
591
591
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -814,7 +814,7 @@ jobs:
814
814
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
815
815
816
816
- name : Run pytest
817
- uses : ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
817
+ uses : ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
818
818
env :
819
819
ALLOW_PLOTTING : true
820
820
with :
@@ -855,7 +855,7 @@ jobs:
855
855
contents : write
856
856
steps :
857
857
- name : Release to GitHub
858
- uses : ansys/actions/release-github@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
858
+ uses : ansys/actions/release-github@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
859
859
with :
860
860
token : ${{ secrets.GITHUB_TOKEN }}
861
861
library-name : ${{ env.PACKAGE_NAME }}
@@ -895,7 +895,7 @@ jobs:
895
895
needs : [package]
896
896
steps :
897
897
- name : Deploy the latest documentation
898
- uses : ansys/actions/doc-deploy-dev@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
898
+ uses : ansys/actions/doc-deploy-dev@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
899
899
with :
900
900
cname : ${{ env.DOCUMENTATION_CNAME }}
901
901
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -909,7 +909,7 @@ jobs:
909
909
needs : [release, release-pypi]
910
910
steps :
911
911
- name : Deploy the stable documentation
912
- uses : ansys/actions/doc-deploy-stable@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
912
+ uses : ansys/actions/doc-deploy-stable@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
913
913
with :
914
914
cname : ${{ env.DOCUMENTATION_CNAME }}
915
915
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -926,7 +926,7 @@ jobs:
926
926
pull-requests : write
927
927
steps :
928
928
- name : Automerge PRs
929
- uses : ansys/actions/hk-automerge-prs@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
929
+ uses : ansys/actions/hk-automerge-prs@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
930
930
with :
931
931
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
932
932
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments