39
39
contents : write
40
40
pull-requests : write
41
41
steps :
42
- - uses : ansys/actions/doc-deploy-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
42
+ - uses : ansys/actions/doc-deploy-changelog@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
43
43
with :
44
44
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
45
45
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
49
49
name : Vulnerabilities
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : ansys/actions/check-vulnerabilities@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
52
+ - uses : ansys/actions/check-vulnerabilities@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
53
53
with :
54
54
python-version : ${{ env.MAIN_PYTHON_VERSION }}
55
55
python-package-name : ${{ env.PACKAGE_NAME }}
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Check commit name
65
- uses : ansys/actions/check-pr-title@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
65
+ uses : ansys/actions/check-pr-title@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
66
66
with :
67
67
token : ${{ secrets.GITHUB_TOKEN }}
68
68
71
71
runs-on : ubuntu-latest
72
72
steps :
73
73
- name : PyAnsys documentation style checks
74
- uses : ansys/actions/doc-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
74
+ uses : ansys/actions/doc-style@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
75
75
with :
76
76
token : ${{ secrets.GITHUB_TOKEN }}
77
77
90
90
os : macos-latest
91
91
steps :
92
92
- name : Build wheelhouse and perform smoke test
93
- uses : ansys/actions/build-wheelhouse@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
93
+ uses : ansys/actions/build-wheelhouse@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
94
94
with :
95
95
library-name : ${{ env.PACKAGE_NAME }}
96
96
operating-system : ${{ matrix.os }}
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ubuntu-latest
103
103
steps :
104
104
- name : PyAnsys documentation style checks
105
- uses : ansys/actions/docker-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
105
+ uses : ansys/actions/docker-style@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
106
106
with :
107
107
directory : docker
108
108
recursive : true
@@ -341,7 +341,7 @@ jobs:
341
341
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 }}
342
342
343
343
- name : Run Ansys documentation building action
344
- uses : ansys/actions/doc-build@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
344
+ uses : ansys/actions/doc-build@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
345
345
with :
346
346
python-version : ${{ env.MAIN_PYTHON_VERSION }}
347
347
add-pdf-html-docs-as-assets : true
@@ -432,7 +432,7 @@ jobs:
432
432
433
433
- name : Run pytest
434
434
if : env.SKIP_UNSTABLE == 'false'
435
- uses : ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
435
+ uses : ansys/actions/tests-pytest@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
436
436
env :
437
437
ALLOW_PLOTTING : true
438
438
with :
@@ -588,7 +588,7 @@ jobs:
588
588
id-token : write
589
589
steps :
590
590
- name : Build library source and wheel artifacts
591
- uses : ansys/actions/build-library@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
591
+ uses : ansys/actions/build-library@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
592
592
with :
593
593
library-name : ${{ env.PACKAGE_NAME }}
594
594
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -818,7 +818,7 @@ jobs:
818
818
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
819
819
820
820
- name : Run pytest
821
- uses : ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
821
+ uses : ansys/actions/tests-pytest@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
822
822
env :
823
823
ALLOW_PLOTTING : true
824
824
with :
@@ -859,7 +859,7 @@ jobs:
859
859
contents : write
860
860
steps :
861
861
- name : Release to GitHub
862
- uses : ansys/actions/release-github@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
862
+ uses : ansys/actions/release-github@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
863
863
with :
864
864
token : ${{ secrets.GITHUB_TOKEN }}
865
865
library-name : ${{ env.PACKAGE_NAME }}
@@ -899,7 +899,7 @@ jobs:
899
899
needs : [package]
900
900
steps :
901
901
- name : Deploy the latest documentation
902
- uses : ansys/actions/doc-deploy-dev@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
902
+ uses : ansys/actions/doc-deploy-dev@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
903
903
with :
904
904
cname : ${{ env.DOCUMENTATION_CNAME }}
905
905
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -913,7 +913,7 @@ jobs:
913
913
needs : [release, release-pypi]
914
914
steps :
915
915
- name : Deploy the stable documentation
916
- uses : ansys/actions/doc-deploy-stable@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
916
+ uses : ansys/actions/doc-deploy-stable@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
917
917
with :
918
918
cname : ${{ env.DOCUMENTATION_CNAME }}
919
919
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -930,7 +930,7 @@ jobs:
930
930
pull-requests : write
931
931
steps :
932
932
- name : Automerge PRs
933
- uses : ansys/actions/hk-automerge-prs@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
933
+ uses : ansys/actions/hk-automerge-prs@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
934
934
with :
935
935
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
936
936
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments