From 13e517352c450a2bca7175d81fe3e14e42f3a9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:03:42 +0000 Subject: [PATCH 1/2] chore: bump ansys/actions from 10.1.0 to 10.1.1 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/actions/compare/ed773aba3478d311decff2d4313e0cd19a945dd8...e0de7dd89b2a4c100f74327666d5521cfda17950) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd_night.yml | 2 +- .github/workflows/ci_cd_pr.yml | 16 ++++++++-------- .github/workflows/ci_cd_release.yml | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci_cd_night.yml b/.github/workflows/ci_cd_night.yml index b8cf70e38..3417e8d37 100644 --- a/.github/workflows/ci_cd_night.yml +++ b/.github/workflows/ci_cd_night.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest needs: [doc-build] steps: - - uses: ansys/actions/doc-deploy-dev@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/doc-deploy-dev@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} diff --git a/.github/workflows/ci_cd_pr.yml b/.github/workflows/ci_cd_pr.yml index f143ffa5f..47f9c4b50 100644 --- a/.github/workflows/ci_cd_pr.yml +++ b/.github/workflows/ci_cd_pr.yml @@ -53,11 +53,11 @@ jobs: pull-requests: write steps: - - uses: ansys/actions/check-pr-title@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/check-pr-title@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: ansys/actions/doc-changelog@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/doc-changelog@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 if: ${{ github.event_name == 'pull_request' }} with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check commit name - uses: ansys/actions/check-pr-title@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + uses: ansys/actions/check-pr-title@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -80,7 +80,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/code-style@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -88,7 +88,7 @@ jobs: name: Vulnerabilities runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + - uses: ansys/actions/check-vulnerabilities@e0de7dd89b2a4c100f74327666d5521cfda17950 # v10.1.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + uses: ansys/actions/doc-style@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -143,7 +143,7 @@ jobs: os: [windows-latest, ubuntu-latest] python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - - uses: ansys/actions/build-wheelhouse@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/build-wheelhouse@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -202,7 +202,7 @@ jobs: needs: [doc, unit-tests] runs-on: ubuntu-latest steps: - - uses: ansys/actions/build-library@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/build-library@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} \ No newline at end of file diff --git a/.github/workflows/ci_cd_release.yml b/.github/workflows/ci_cd_release.yml index 7e65eaefe..0e4604340 100644 --- a/.github/workflows/ci_cd_release.yml +++ b/.github/workflows/ci_cd_release.yml @@ -30,7 +30,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/doc-deploy-changelog@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -40,7 +40,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/code-style@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + uses: ansys/actions/doc-style@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -97,7 +97,7 @@ jobs: os: [windows-latest, ubuntu-latest] python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - - uses: ansys/actions/build-wheelhouse@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/build-wheelhouse@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -157,7 +157,7 @@ jobs: needs: [doc-build, unit-tests] runs-on: ubuntu-latest steps: - - uses: ansys/actions/build-library@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/build-library@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -186,7 +186,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + uses: ansys/actions/release-github@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: library-name: ${{ env.PACKAGE_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -197,7 +197,7 @@ jobs: runs-on: ubuntu-latest needs: [release] steps: - - uses: ansys/actions/doc-deploy-stable@ed773aba3478d311decff2d4313e0cd19a945dd8 # v9.0.15 + - uses: ansys/actions/doc-deploy-stable@e0de7dd89b2a4c100f74327666d5521cfda17950 # v9.0.15 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} From e7d9f468870854c007ec26399a9f6d345b7d8959 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:04:38 +0000 Subject: [PATCH 2/2] chore: adding changelog file 911.maintenance.md [dependabot-skip] --- doc/changelog/911.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/911.maintenance.md diff --git a/doc/changelog/911.maintenance.md b/doc/changelog/911.maintenance.md new file mode 100644 index 000000000..ef3bd1d2d --- /dev/null +++ b/doc/changelog/911.maintenance.md @@ -0,0 +1 @@ +Bump ansys/actions from 10.1.0 to 10.1.1