From e440d7c50799e2401fa785049a2045a8f0b6d1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:16:12 +0000 Subject: [PATCH 1/2] ci: bump ansys/actions from 10.2.3 to 10.2.12 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.2.3 to 10.2.12. - [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/v10.2.3...7d55ff0b9f67c77dae50a286d711ee1ae27b0a25) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 4 ++-- .github/workflows/ci-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index b89174a..173009c 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -100,7 +100,7 @@ jobs: steps: - name: PyAnsys Vulnerability check (on main) if: github.ref == 'refs/heads/main' - uses: ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3 + uses: ansys/actions/check-vulnerabilities@7d55ff0b9f67c77dae50a286d711ee1ae27b0a25 # v10.2.12 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} @@ -109,7 +109,7 @@ jobs: - name: PyAnsys Vulnerability check (on dev mode) if: github.ref != 'refs/heads/main' - uses: ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3 + uses: ansys/actions/check-vulnerabilities@7d55ff0b9f67c77dae50a286d711ee1ae27b0a25 # v10.2.12 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 256d8a9..686822b 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -39,7 +39,7 @@ jobs: steps: - name: PyAnsys Vulnerability check (on main) if: github.ref == 'refs/heads/main' - uses: ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3 + uses: ansys/actions/check-vulnerabilities@7d55ff0b9f67c77dae50a286d711ee1ae27b0a25 # v10.2.12 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} From 80824477d13ce4abaa29f44894ad84c7dae2a957 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:16:39 +0000 Subject: [PATCH 2/2] chore: adding changelog file 62.maintenance.md [dependabot-skip] --- doc/changelog.d/62.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/62.maintenance.md diff --git a/doc/changelog.d/62.maintenance.md b/doc/changelog.d/62.maintenance.md new file mode 100644 index 0000000..c54237c --- /dev/null +++ b/doc/changelog.d/62.maintenance.md @@ -0,0 +1 @@ +Bump ansys/actions from 10.2.3 to 10.2.12