35
35
contents : write
36
36
pull-requests : write
37
37
steps :
38
- - uses : ansys/actions/doc-deploy-changelog@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
38
+ - uses : ansys/actions/doc-deploy-changelog@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
48
+ - uses : ansys/actions/check-vulnerabilities@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
61
+ uses : ansys/actions/check-pr-title@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
70
+ uses : ansys/actions/doc-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
89
+ uses : ansys/actions/build-wheelhouse@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
101
+ uses : ansys/actions/docker-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
340
+ uses : ansys/actions/doc-build@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
431
+ uses : ansys/actions/tests-pytest@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
579
+ uses : ansys/actions/build-library@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
809
+ uses : ansys/actions/tests-pytest@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
850
+ uses : ansys/actions/release-github@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
890
+ uses : ansys/actions/doc-deploy-dev@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
904
+ uses : ansys/actions/doc-deploy-stable@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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@f9e54c70c4a3be342f5f89cfa1f65537a097fbc0 # v9.0.8
921
+ uses : ansys/actions/hk-automerge-prs@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
922
922
with :
923
923
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
924
924
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments