Skip to content

Commit c9d3eba

Browse files
ci: bump the actions group with 3 updates
Bumps the actions group with 3 updates: [ansys/actions](https://github.com/ansys/actions), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels). Updates `ansys/actions` from 7daa66166979431efe0a56dede4eeb8bc6145169 to b666c18ca3623198a1be4cf46f4522736527fee9 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@7daa661...b666c18) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...95815c3) Updates `actions-ecosystem/action-add-labels` from 1.1.0 to 1.1.3 - [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases) - [Commits](actions-ecosystem/action-add-labels@bd52874...18f1af5) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: b666c18ca3623198a1be4cf46f4522736527fee9 dependency-type: direct:production dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions-ecosystem/action-add-labels dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af362ed commit c9d3eba

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/ci_cd.yml

Lines changed: 15 additions & 15 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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
38+
- uses: ansys/actions/doc-deploy-changelog@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
48+
- uses: ansys/actions/check-vulnerabilities@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
61+
uses: ansys/actions/check-pr-title@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
70+
uses: ansys/actions/doc-style@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
89+
uses: ansys/actions/build-wheelhouse@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
9090
with:
9191
library-name: ${{ env.PACKAGE_NAME }}
9292
operating-system: ${{ matrix.os }}
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- 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
103103
with:
104104
directory: docker
105105
recursive: true
@@ -343,7 +343,7 @@ jobs:
343343
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 }}
344344
345345
- 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
347347
with:
348348
python-version: ${{ env.MAIN_PYTHON_VERSION }}
349349
add-pdf-html-docs-as-assets: true
@@ -430,7 +430,7 @@ jobs:
430430

431431
- name: Run pytest
432432
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
434434
env:
435435
ALLOW_PLOTTING: true
436436
with:
@@ -574,7 +574,7 @@ jobs:
574574
id-token: write
575575
steps:
576576
- 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
578578
with:
579579
library-name: ${{ env.PACKAGE_NAME }}
580580
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -797,7 +797,7 @@ jobs:
797797
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
798798

799799
- name: Run pytest
800-
uses: ansys/actions/tests-pytest@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
800+
uses: ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
801801
env:
802802
ALLOW_PLOTTING: true
803803
with:
@@ -839,7 +839,7 @@ jobs:
839839
contents: write
840840
steps:
841841
- name: Release to GitHub
842-
uses: ansys/actions/release-github@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
842+
uses: ansys/actions/release-github@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
843843
with:
844844
token: ${{ secrets.GITHUB_TOKEN }}
845845
library-name: ${{ env.PACKAGE_NAME }}
@@ -859,7 +859,7 @@ jobs:
859859
contents: write
860860
steps:
861861
- 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
863863
with:
864864
name: ${{ env.PACKAGE_NAME }}-artifacts
865865
path: ${{ env.PACKAGE_NAME }}-artifacts
@@ -879,7 +879,7 @@ jobs:
879879
needs: [package]
880880
steps:
881881
- 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
883883
with:
884884
cname: ${{ env.DOCUMENTATION_CNAME }}
885885
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -893,7 +893,7 @@ jobs:
893893
needs: [release]
894894
steps:
895895
- 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
897897
with:
898898
cname: ${{ env.DOCUMENTATION_CNAME }}
899899
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -910,7 +910,7 @@ jobs:
910910
pull-requests: write
911911
steps:
912912
- 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
914914
with:
915915
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
916916
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@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
25+
uses: ansys/actions/hk-package-clean-except@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
sync-labels: true
4343

4444
# Label based on branch name
45-
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
45+
- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
4646
if: |
4747
startsWith(github.event.pull_request.head.ref, 'doc') ||
4848
startsWith(github.event.pull_request.head.ref, 'docs')
4949
with:
5050
labels: documentation
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252

53-
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
53+
- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
5454
if: |
5555
startsWith(github.event.pull_request.head.ref, 'maint') ||
5656
startsWith(github.event.pull_request.head.ref, 'no-ci') ||
@@ -59,14 +59,14 @@ jobs:
5959
labels: maintenance
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161

62-
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
62+
- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
6363
if: startsWith(github.event.pull_request.head.ref, 'feat')
6464
with:
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
6666
labels: |
6767
enhancement
6868
69-
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
69+
- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
7070
if: |
7171
startsWith(github.event.pull_request.head.ref, 'fix') ||
7272
startsWith(github.event.pull_request.head.ref, 'patch')
@@ -100,7 +100,7 @@ jobs:
100100
pull-requests: write
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: ansys/actions/doc-changelog@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
103+
- uses: ansys/actions/doc-changelog@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
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
@@ -215,7 +215,7 @@ jobs:
215215
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_LINUX_CORE_TAG }}
216216
217217
- name: Run pytest
218-
uses: ansys/actions/tests-pytest@7daa66166979431efe0a56dede4eeb8bc6145169 # v9.0.0
218+
uses: ansys/actions/tests-pytest@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.0
219219
env:
220220
ALLOW_PLOTTING: true
221221
with:

0 commit comments

Comments
 (0)