Skip to content

Commit b7b097e

Browse files
ci: bump ansys/actions from 369ef11a9888875682d1a6b0ec65f82c4d8a664d to 5dc39c7838f50142138f7ac518ff3e4dca065d97 in the actions group (#2002)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 621219d commit b7b097e

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

.github/workflows/ci_cd.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
pull-requests: write
3737
steps:
38-
- uses: ansys/actions/doc-deploy-changelog@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
38+
- uses: ansys/actions/doc-deploy-changelog@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
3939
with:
4040
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4141
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -45,7 +45,7 @@ jobs:
4545
name: Vulnerabilities
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: ansys/actions/check-vulnerabilities@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
48+
- uses: ansys/actions/check-vulnerabilities@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
4949
with:
5050
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5151
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- 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
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- 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
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373

@@ -86,7 +86,7 @@ jobs:
8686
os: macos-latest
8787
steps:
8888
- 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
9090
with:
9191
library-name: ${{ env.PACKAGE_NAME }}
9292
operating-system: ${{ matrix.os }}
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- 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
102102
with:
103103
directory: docker
104104
recursive: true
@@ -337,7 +337,7 @@ jobs:
337337
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 }}
338338
339339
- 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
341341
with:
342342
python-version: ${{ env.MAIN_PYTHON_VERSION }}
343343
add-pdf-html-docs-as-assets: true
@@ -428,7 +428,7 @@ jobs:
428428

429429
- name: Run pytest
430430
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
432432
env:
433433
ALLOW_PLOTTING: true
434434
with:
@@ -576,7 +576,7 @@ jobs:
576576
id-token: write
577577
steps:
578578
- 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
580580
with:
581581
library-name: ${{ env.PACKAGE_NAME }}
582582
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -806,7 +806,7 @@ jobs:
806806
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
807807

808808
- name: Run pytest
809-
uses: ansys/actions/tests-pytest@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
809+
uses: ansys/actions/tests-pytest@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
810810
env:
811811
ALLOW_PLOTTING: true
812812
with:
@@ -847,7 +847,7 @@ jobs:
847847
contents: write
848848
steps:
849849
- name: Release to GitHub
850-
uses: ansys/actions/release-github@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
850+
uses: ansys/actions/release-github@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
851851
with:
852852
token: ${{ secrets.GITHUB_TOKEN }}
853853
library-name: ${{ env.PACKAGE_NAME }}
@@ -887,7 +887,7 @@ jobs:
887887
needs: [package]
888888
steps:
889889
- 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
891891
with:
892892
cname: ${{ env.DOCUMENTATION_CNAME }}
893893
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -901,7 +901,7 @@ jobs:
901901
needs: [release, release-pypi]
902902
steps:
903903
- 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
905905
with:
906906
cname: ${{ env.DOCUMENTATION_CNAME }}
907907
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -918,7 +918,7 @@ jobs:
918918
pull-requests: write
919919
steps:
920920
- 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
922922
with:
923923
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
924924
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/docker_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/hk-package-clean-except@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
25+
uses: ansys/actions/hk-package-clean-except@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
pull-requests: write
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: ansys/actions/doc-changelog@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
103+
- uses: ansys/actions/doc-changelog@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
104104
with:
105105
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
106106
use-conventional-commits: true

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
uses: pyvista/setup-headless-display-action@f744438e29e50189f40f1749859bac7d0f69b5fa # v4.1
217217

218218
- name: Run pytest
219-
uses: ansys/actions/tests-pytest@369ef11a9888875682d1a6b0ec65f82c4d8a664d # v9.0.12
219+
uses: ansys/actions/tests-pytest@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
220220
env:
221221
ALLOW_PLOTTING: true
222222
with:

doc/changelog.d/2002.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys/actions from 369ef11a9888875682d1a6b0ec65f82c4d8a664d to 5dc39c7838f50142138f7ac518ff3e4dca065d97 in the actions group

0 commit comments

Comments
 (0)