35
35
contents : write
36
36
pull-requests : write
37
37
steps :
38
- - uses : ansys/actions/doc-deploy-changelog@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
38
+ - uses : ansys/actions/doc-deploy-changelog@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
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@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
48
+ - uses : ansys/actions/check-vulnerabilities@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
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@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
61
+ uses : ansys/actions/check-pr-title@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
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@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
70
+ uses : ansys/actions/doc-style@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
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@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
89
+ uses : ansys/actions/build-wheelhouse@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
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@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
101
+ uses : ansys/actions/docker-style@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
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@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
345
+ uses : ansys/actions/doc-build@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
346
346
with :
347
347
python-version : ${{ env.MAIN_PYTHON_VERSION }}
348
348
add-pdf-html-docs-as-assets : true
@@ -429,7 +429,7 @@ jobs:
429
429
430
430
- name : Run pytest
431
431
if : env.SKIP_UNSTABLE == 'false'
432
- uses : ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
432
+ uses : ansys/actions/tests-pytest@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
433
433
env :
434
434
ALLOW_PLOTTING : true
435
435
with :
@@ -573,7 +573,7 @@ jobs:
573
573
id-token : write
574
574
steps :
575
575
- name : Build library source and wheel artifacts
576
- uses : ansys/actions/build-library@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
576
+ uses : ansys/actions/build-library@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
577
577
with :
578
578
library-name : ${{ env.PACKAGE_NAME }}
579
579
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -796,7 +796,7 @@ jobs:
796
796
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
797
797
798
798
- name : Run pytest
799
- uses : ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
799
+ uses : ansys/actions/tests-pytest@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
800
800
env :
801
801
ALLOW_PLOTTING : true
802
802
with :
@@ -838,7 +838,7 @@ jobs:
838
838
contents : write
839
839
steps :
840
840
- name : Release to GitHub
841
- uses : ansys/actions/release-github@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
841
+ uses : ansys/actions/release-github@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
842
842
with :
843
843
token : ${{ secrets.GITHUB_TOKEN }}
844
844
library-name : ${{ env.PACKAGE_NAME }}
@@ -878,7 +878,7 @@ jobs:
878
878
needs : [package]
879
879
steps :
880
880
- name : Deploy the latest documentation
881
- uses : ansys/actions/doc-deploy-dev@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
881
+ uses : ansys/actions/doc-deploy-dev@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
882
882
with :
883
883
cname : ${{ env.DOCUMENTATION_CNAME }}
884
884
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -892,7 +892,7 @@ jobs:
892
892
needs : [release, release-pypi]
893
893
steps :
894
894
- name : Deploy the stable documentation
895
- uses : ansys/actions/doc-deploy-stable@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
895
+ uses : ansys/actions/doc-deploy-stable@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
896
896
with :
897
897
cname : ${{ env.DOCUMENTATION_CNAME }}
898
898
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -909,7 +909,7 @@ jobs:
909
909
pull-requests : write
910
910
steps :
911
911
- name : Automerge PRs
912
- uses : ansys/actions/hk-automerge-prs@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
912
+ uses : ansys/actions/hk-automerge-prs@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
913
913
with :
914
914
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
915
915
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments