35
35
contents : write
36
36
pull-requests : write
37
37
steps :
38
- - uses : ansys/actions/doc-deploy-changelog@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
38
+ - uses : ansys/actions/doc-deploy-changelog@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
48
+ - uses : ansys/actions/check-vulnerabilities@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
61
+ uses : ansys/actions/check-pr-title@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
70
+ uses : ansys/actions/doc-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
89
+ uses : ansys/actions/build-wheelhouse@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
101
+ uses : ansys/actions/docker-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
345
+ uses : ansys/actions/doc-build@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
432
+ uses : ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
433
433
env :
434
434
ALLOW_PLOTTING : true
435
435
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@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
577
+ uses : ansys/actions/build-library@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
578
578
with :
579
579
library-name : ${{ env.PACKAGE_NAME }}
580
580
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -798,7 +798,7 @@ jobs:
798
798
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
799
799
800
800
- name : Run pytest
801
- uses : ansys/actions/tests-pytest@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
801
+ uses : ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
802
802
env :
803
803
ALLOW_PLOTTING : true
804
804
with :
@@ -840,7 +840,7 @@ jobs:
840
840
contents : write
841
841
steps :
842
842
- name : Release to GitHub
843
- uses : ansys/actions/release-github@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
843
+ uses : ansys/actions/release-github@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
844
844
with :
845
845
token : ${{ secrets.GITHUB_TOKEN }}
846
846
library-name : ${{ env.PACKAGE_NAME }}
@@ -880,7 +880,7 @@ jobs:
880
880
needs : [package]
881
881
steps :
882
882
- name : Deploy the latest documentation
883
- uses : ansys/actions/doc-deploy-dev@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
883
+ uses : ansys/actions/doc-deploy-dev@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
884
884
with :
885
885
cname : ${{ env.DOCUMENTATION_CNAME }}
886
886
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -894,7 +894,7 @@ jobs:
894
894
needs : [release, release-pypi]
895
895
steps :
896
896
- name : Deploy the stable documentation
897
- uses : ansys/actions/doc-deploy-stable@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
897
+ uses : ansys/actions/doc-deploy-stable@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
898
898
with :
899
899
cname : ${{ env.DOCUMENTATION_CNAME }}
900
900
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -911,7 +911,7 @@ jobs:
911
911
pull-requests : write
912
912
steps :
913
913
- name : Automerge PRs
914
- uses : ansys/actions/hk-automerge-prs@4f15ff3ab1183912ce862d51b8c66ea124b052a1 # v9.0.2
914
+ uses : ansys/actions/hk-automerge-prs@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
915
915
with :
916
916
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
917
917
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments