From 7dcd84dc6da5347bd4b42c7f4128f640cc3ce71e Mon Sep 17 00:00:00 2001 From: Muhammed Adedigba Date: Mon, 30 Mar 2026 16:58:22 +0200 Subject: [PATCH 1/2] chore: update migration guide for v10.2.12 patch --- doc/source/migrations/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/migrations/index.rst b/doc/source/migrations/index.rst index ae234ed97..523ad2902 100644 --- a/doc/source/migrations/index.rst +++ b/doc/source/migrations/index.rst @@ -23,6 +23,10 @@ Version ``v10.2`` - **Changelog Action Changes:** The ``doc-changelog`` action input ``use-conventional-commits`` has been renamed to ``use-pull-request-title`` for clarity. If you use the old input, a deprecation warning appears. +- **Check-Vulnerabilities Changes:** The ``check-vulnerabilities`` action now includes a ``safety-configfile`` input (default: ``""``) that allows users to + specify a custom configuration file to use with ``safety``. This is useful for users who want to customize the behavior of ``safety`` or provide additional + configuration options. + - **PR Documentation Deployment:** The ``doc-deploy-pr`` action is now easier to use. Starting with version ``v10.2``, you no longer need to include the ``closed`` pull request event in your workflows because deployed documentation is cleaned up asynchronously. For more details, see :ref:`docs-deploy-pr-setup`. From 7b9ebbd6b0b917116da9733c5422998c5e91776e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:07:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1245.maintenance.md [dependabot-skip] --- doc/source/changelog/1245.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/1245.maintenance.md diff --git a/doc/source/changelog/1245.maintenance.md b/doc/source/changelog/1245.maintenance.md new file mode 100644 index 000000000..883ab12f4 --- /dev/null +++ b/doc/source/changelog/1245.maintenance.md @@ -0,0 +1 @@ +Update migration guide for v10.2.12 patch