From b7c8e3509d267cc19a52c25b862c3deaa0b2fcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:58:58 +0000 Subject: [PATCH 1/2] ci: bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [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 `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) Updates `ansys/actions` from 10.1.5 to 10.2.3 - [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...41f86da4c9ead510db9135e428e33df9cc6f92e1) 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: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: ansys/actions dependency-version: 10.2.3 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/cache_cleaner.yml | 2 +- .github/workflows/ci.yml | 30 ++++++++++----------- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/doc-build.yml | 8 +++--- .github/workflows/docker_clean_untagged.yml | 2 +- .github/workflows/label.yml | 4 +-- .github/workflows/migrator.yml | 2 +- .github/workflows/pr-docs-cleaner.yml | 2 +- .github/workflows/test-local.yml | 4 +-- .github/workflows/test-remote.yml | 6 ++--- 10 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/cache_cleaner.yml b/.github/workflows/cache_cleaner.yml index a8691fc9d14..252d0437e60 100644 --- a/.github/workflows/cache_cleaner.yml +++ b/.github/workflows/cache_cleaner.yml @@ -15,7 +15,7 @@ jobs: actions: write steps: - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0911ce8fabe..c97896b0199 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -210,7 +210,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false @@ -254,7 +254,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: "Install Git and checkout project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false @@ -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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -467,7 +467,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false @@ -489,7 +489,7 @@ jobs: actions: write steps: - name: "Install Git and checkout project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5cf4ae3431f..ecc7a4f66b3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -57,7 +57,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 5411fc94ebd..ed9d450f8be 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -91,7 +91,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false @@ -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..7c475dd9935 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 with: package-name: 'mapdl' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index caf1d7afe63..6a75722c42c 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -25,7 +25,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c #v1.3.0 @@ -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@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3 with: bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} diff --git a/.github/workflows/migrator.yml b/.github/workflows/migrator.yml index 854c7835452..31dcdddebc2 100644 --- a/.github/workflows/migrator.yml +++ b/.github/workflows/migrator.yml @@ -295,7 +295,7 @@ jobs: - name: Checkout repo if : ${{ env.CONTINUE == 'true'}} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: ref: main persist-credentials: true # zizmor: ignore[artipacked] diff --git a/.github/workflows/pr-docs-cleaner.yml b/.github/workflows/pr-docs-cleaner.yml index 93ea0861d4e..54f2d4bb775 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@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3 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..8f5475128e5 100644 --- a/.github/workflows/test-local.yml +++ b/.github/workflows/test-local.yml @@ -161,7 +161,7 @@ jobs: df -h - name: "Install Git and checkout project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: repository: ansys/pymapdl persist-credentials: false @@ -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..7fc68e58ee0 100644 --- a/.github/workflows/test-remote.yml +++ b/.github/workflows/test-remote.yml @@ -99,7 +99,7 @@ jobs: df -h - name: "Install Git and checkout project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 with: persist-credentials: false @@ -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 916bf071d15aa63e6c0300f6ed03cd5fe694519c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:59:57 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4347.maintenance.md [dependabot-skip] --- doc/changelog.d/4347.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4347.maintenance.md diff --git a/doc/changelog.d/4347.maintenance.md b/doc/changelog.d/4347.maintenance.md new file mode 100644 index 00000000000..6adf4df3098 --- /dev/null +++ b/doc/changelog.d/4347.maintenance.md @@ -0,0 +1 @@ +Bump the actions group across 1 directory with 4 updates