35
35
contents : write
36
36
pull-requests : write
37
37
steps :
38
- - uses : ansys/actions/doc-deploy-changelog@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
38
+ - uses : ansys/actions/doc-deploy-changelog@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
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@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
48
+ - uses : ansys/actions/check-vulnerabilities@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
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@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
61
+ uses : ansys/actions/check-pr-title@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
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@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
70
+ uses : ansys/actions/doc-style@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
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@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
89
+ uses : ansys/actions/build-wheelhouse@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
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@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
101
+ uses : ansys/actions/docker-style@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
102
102
with :
103
103
directory : docker
104
104
recursive : true
@@ -337,7 +337,7 @@ jobs:
337
337
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 }}
338
338
339
339
- name : Run Ansys documentation building action
340
- uses : ansys/actions/doc-build@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
340
+ uses : ansys/actions/doc-build@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
341
341
with :
342
342
python-version : ${{ env.MAIN_PYTHON_VERSION }}
343
343
add-pdf-html-docs-as-assets : true
@@ -428,7 +428,7 @@ jobs:
428
428
429
429
- name : Run pytest
430
430
if : env.SKIP_UNSTABLE == 'false'
431
- uses : ansys/actions/tests-pytest@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
431
+ uses : ansys/actions/tests-pytest@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
432
432
env :
433
433
ALLOW_PLOTTING : true
434
434
with :
@@ -576,7 +576,7 @@ jobs:
576
576
id-token : write
577
577
steps :
578
578
- name : Build library source and wheel artifacts
579
- uses : ansys/actions/build-library@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
579
+ uses : ansys/actions/build-library@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
580
580
with :
581
581
library-name : ${{ env.PACKAGE_NAME }}
582
582
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -806,7 +806,7 @@ jobs:
806
806
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
807
807
808
808
- name : Run pytest
809
- uses : ansys/actions/tests-pytest@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
809
+ uses : ansys/actions/tests-pytest@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
810
810
env :
811
811
ALLOW_PLOTTING : true
812
812
with :
@@ -847,7 +847,7 @@ jobs:
847
847
contents : write
848
848
steps :
849
849
- name : Release to GitHub
850
- uses : ansys/actions/release-github@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
850
+ uses : ansys/actions/release-github@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
851
851
with :
852
852
token : ${{ secrets.GITHUB_TOKEN }}
853
853
library-name : ${{ env.PACKAGE_NAME }}
@@ -887,7 +887,7 @@ jobs:
887
887
needs : [package]
888
888
steps :
889
889
- name : Deploy the latest documentation
890
- uses : ansys/actions/doc-deploy-dev@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
890
+ uses : ansys/actions/doc-deploy-dev@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
891
891
with :
892
892
cname : ${{ env.DOCUMENTATION_CNAME }}
893
893
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -901,7 +901,7 @@ jobs:
901
901
needs : [release, release-pypi]
902
902
steps :
903
903
- name : Deploy the stable documentation
904
- uses : ansys/actions/doc-deploy-stable@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
904
+ uses : ansys/actions/doc-deploy-stable@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
905
905
with :
906
906
cname : ${{ env.DOCUMENTATION_CNAME }}
907
907
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -918,7 +918,7 @@ jobs:
918
918
pull-requests : write
919
919
steps :
920
920
- name : Automerge PRs
921
- uses : ansys/actions/hk-automerge-prs@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
921
+ uses : ansys/actions/hk-automerge-prs@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
922
922
with :
923
923
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
924
924
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments