From f5590a48fbd7fa790f10ba7b5017aefe92ed7412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:06:33 +0000 Subject: [PATCH 1/2] ci: bump the actions group with 3 updates Bumps the actions group with 3 updates: [ansys/actions](https://github.com/ansys/actions), [actions/setup-python](https://github.com/actions/setup-python) and [quarto-dev/quarto-actions](https://github.com/quarto-dev/quarto-actions). Updates `ansys/actions` from 10.1.5 to 10.2.2 - [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/21c9de9bee9692173780696d4a39964f20b9cfa3...eb7d0fc873deeee6d4740774675ce1741cb6f154) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...83679a892e2d95755f2dac6acb0bfd1e9ac5d548) Updates `quarto-dev/quarto-actions` from 2.1.9 to 2.2.0 - [Release notes](https://github.com/quarto-dev/quarto-actions/releases) - [Commits](https://github.com/quarto-dev/quarto-actions/compare/9e48da27e184aa238fcb49f5db75469626d43adb...8a96df13519ee81fd526f2dfca5962811136661b) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: quarto-dev/quarto-actions dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 22 ++++++++++----------- .github/workflows/doc-build.yml | 6 +++--- .github/workflows/docker_clean_untagged.yml | 2 +- .github/workflows/label.yml | 2 +- .github/workflows/pr-docs-cleaner.yml | 2 +- .github/workflows/test-local.yml | 2 +- .github/workflows/test-remote.yml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0911ce8fabe..b55be0d6107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + - uses: ansys/actions/doc-deploy-changelog@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -79,7 +79,7 @@ jobs: pull-requests: read steps: - name: Check pull-request name - uses: ansys/actions/check-pr-title@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/check-pr-title@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -94,7 +94,7 @@ jobs: folder: ["doc", "examples"] steps: - name: "Ansys documentation style checks" - uses: ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/doc-style@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} files: ${{ matrix.folder }} @@ -122,7 +122,7 @@ jobs: steps: - name: "Build wheelhouse and perform smoke test" id: build-wheelhouse - uses: ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/build-wheelhouse@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -150,7 +150,7 @@ jobs: permissions: contents: read steps: - - uses: ansys/actions/check-vulnerabilities@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + - uses: ansys/actions/check-vulnerabilities@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -161,7 +161,7 @@ jobs: name: "Check actions security" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + - uses: ansys/actions/check-actions-security@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} @@ -190,7 +190,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-pr@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + - uses: ansys/actions/doc-deploy-pr@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -361,7 +361,7 @@ jobs: contents: read steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/build-library@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -396,7 +396,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/release-github@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: library-name: ${{ env.PACKAGE_NAME }} additional-artifacts: "minimum_requirements.txt" @@ -412,7 +412,7 @@ jobs: needs: [release] steps: - name: "Deploy the stable documentation" - uses: ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/doc-deploy-stable@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -430,7 +430,7 @@ jobs: needs: [docs-build] steps: - name: "Deploy the latest documentation" - uses: ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/doc-deploy-dev@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 5411fc94ebd..d82b9b4496a 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -140,14 +140,14 @@ jobs: - 'pyproject.toml' - name: "Setup Python with cache" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0 if: steps.changes.outputs.workflows != 'true' with: cache: 'pip' python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: "Setup Python without cache" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0 if: steps.changes.outputs.workflows == 'true' with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -215,7 +215,7 @@ jobs: - name: Install Quarto if: ${{ inputs.build_cheatsheet }} - uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb #v2.1.9 + uses: quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b #v2.2.0 with: tinytex: true version: 1.7.32 diff --git a/.github/workflows/docker_clean_untagged.yml b/.github/workflows/docker_clean_untagged.yml index f8228ca0210..dd95109d849 100644 --- a/.github/workflows/docker_clean_untagged.yml +++ b/.github/workflows/docker_clean_untagged.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-untagged@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + uses: ansys/actions/hk-package-clean-untagged@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: package-name: 'mapdl' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index caf1d7afe63..0c3f54ebf77 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -134,7 +134,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5 + - uses: ansys/actions/doc-changelog@eb7d0fc873deeee6d4740774675ce1741cb6f154 #v10.2.2 with: bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} diff --git a/.github/workflows/pr-docs-cleaner.yml b/.github/workflows/pr-docs-cleaner.yml index 93ea0861d4e..6f9090fae2a 100644 --- a/.github/workflows/pr-docs-cleaner.yml +++ b/.github/workflows/pr-docs-cleaner.yml @@ -24,7 +24,7 @@ jobs: permissions: contents: write steps: - - uses: ansys/actions/doc-deploy-pr@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5 + - uses: ansys/actions/doc-deploy-pr@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-local.yml b/.github/workflows/test-local.yml index 3170697859a..34e6c297f2e 100644 --- a/.github/workflows/test-local.yml +++ b/.github/workflows/test-local.yml @@ -208,7 +208,7 @@ jobs: apt-get update && apt install -y libgl1 libglx-mesa0 xvfb libgomp1 graphviz curl git && apt-get clean - name: "Setup Python" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0 with: python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/test-remote.yml b/.github/workflows/test-remote.yml index 0073b5f6e48..19f5db4d8d1 100644 --- a/.github/workflows/test-remote.yml +++ b/.github/workflows/test-remote.yml @@ -212,14 +212,14 @@ jobs: - '.github/workflows/**' - name: "Setup Python with cache" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0 if: steps.changes.outputs.workflows != 'true' with: cache: 'pip' python-version: ${{ inputs.python-version }} - name: "Setup Python without cache" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0 if: steps.changes.outputs.workflows == 'true' with: python-version: ${{ inputs.python-version }} From 9e962afb2ef95098b8871e6e41e4469a38071d56 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:08:02 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4338.maintenance.md [dependabot-skip] --- doc/changelog.d/4338.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4338.maintenance.md diff --git a/doc/changelog.d/4338.maintenance.md b/doc/changelog.d/4338.maintenance.md new file mode 100644 index 00000000000..2b50f7b3a04 --- /dev/null +++ b/doc/changelog.d/4338.maintenance.md @@ -0,0 +1 @@ +Bump the actions group with 3 updates