35
35
contents : write
36
36
pull-requests : write
37
37
steps :
38
- - uses : ansys/actions/doc-deploy-changelog@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
38
+ - uses : ansys/actions/doc-deploy-changelog@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
48
+ - uses : ansys/actions/check-vulnerabilities@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
61
+ uses : ansys/actions/check-pr-title@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
70
+ uses : ansys/actions/doc-style@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
89
+ uses : ansys/actions/build-wheelhouse@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
90
90
with :
91
91
library-name : ${{ env.PACKAGE_NAME }}
92
92
operating-system : ${{ matrix.os }}
99
99
runs-on : ubuntu-latest
100
100
steps :
101
101
- name : PyAnsys documentation style checks
102
- uses : ansys/actions/docker-style@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
102
+ uses : ansys/actions/docker-style@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
103
103
with :
104
104
directory : docker
105
105
recursive : true
@@ -343,7 +343,7 @@ jobs:
343
343
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 }}
344
344
345
345
- name : Run Ansys documentation building action
346
- uses : ansys/actions/doc-build@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
346
+ uses : ansys/actions/doc-build@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
347
347
with :
348
348
python-version : ${{ env.MAIN_PYTHON_VERSION }}
349
349
add-pdf-html-docs-as-assets : true
@@ -430,7 +430,7 @@ jobs:
430
430
431
431
- name : Run pytest
432
432
if : env.SKIP_UNSTABLE == 'false'
433
- uses : ansys/actions/tests-pytest@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
433
+ uses : ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
434
434
env :
435
435
ALLOW_PLOTTING : true
436
436
with :
@@ -574,7 +574,7 @@ jobs:
574
574
id-token : write
575
575
steps :
576
576
- name : Build library source and wheel artifacts
577
- uses : ansys/actions/build-library@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
577
+ uses : ansys/actions/build-library@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
578
578
with :
579
579
library-name : ${{ env.PACKAGE_NAME }}
580
580
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -797,7 +797,7 @@ jobs:
797
797
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
798
798
799
799
- name : Run pytest
800
- uses : ansys/actions/tests-pytest@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
800
+ uses : ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
801
801
env :
802
802
ALLOW_PLOTTING : true
803
803
with :
@@ -839,7 +839,7 @@ jobs:
839
839
contents : write
840
840
steps :
841
841
- name : Release to GitHub
842
- uses : ansys/actions/release-github@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
842
+ uses : ansys/actions/release-github@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
843
843
with :
844
844
token : ${{ secrets.GITHUB_TOKEN }}
845
845
library-name : ${{ env.PACKAGE_NAME }}
@@ -859,7 +859,7 @@ jobs:
859
859
contents : write
860
860
steps :
861
861
- name : " Download the library artifacts from build-library step"
862
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
862
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
863
863
with :
864
864
name : ${{ env.PACKAGE_NAME }}-artifacts
865
865
path : ${{ env.PACKAGE_NAME }}-artifacts
@@ -879,7 +879,7 @@ jobs:
879
879
needs : [package]
880
880
steps :
881
881
- name : Deploy the latest documentation
882
- uses : ansys/actions/doc-deploy-dev@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
882
+ uses : ansys/actions/doc-deploy-dev@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
883
883
with :
884
884
cname : ${{ env.DOCUMENTATION_CNAME }}
885
885
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -893,7 +893,7 @@ jobs:
893
893
needs : [release]
894
894
steps :
895
895
- name : Deploy the stable documentation
896
- uses : ansys/actions/doc-deploy-stable@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
896
+ uses : ansys/actions/doc-deploy-stable@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
897
897
with :
898
898
cname : ${{ env.DOCUMENTATION_CNAME }}
899
899
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -910,7 +910,7 @@ jobs:
910
910
pull-requests : write
911
911
steps :
912
912
- name : Automerge PRs
913
- uses : ansys/actions/hk-automerge-prs@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
913
+ uses : ansys/actions/hk-automerge-prs@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
914
914
with :
915
915
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
916
916
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments