From 04057d71d1675e063919e60af5266ced97cb28a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:05:12 +0000 Subject: [PATCH 1/6] ci: bump ansys/actions from 10.1.0 to 10.1.1 in the actions group Bumps the actions group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `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/v10.1.0...v10.1.1) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/docker_clean_untagged.yml | 2 +- .github/workflows/label.yml | 2 +- .github/workflows/pr-docs-cleaner.yml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 268e516790a..46e82efbba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@v10.1.0 + - uses: ansys/actions/doc-deploy-changelog@v10.1.1 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check pull-request name - uses: ansys/actions/check-pr-title@v10.1.0 + uses: ansys/actions/check-pr-title@v10.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -95,7 +95,7 @@ jobs: folder: ["doc", "examples"] steps: - name: "Ansys documentation style checks" - uses: ansys/actions/doc-style@v10.1.0 + uses: ansys/actions/doc-style@v10.1.1 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@v10.1.0 + uses: ansys/actions/build-wheelhouse@v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -144,7 +144,7 @@ jobs: name: "Check library vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@v10.1.0 + - uses: ansys/actions/check-vulnerabilities@v10.1.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -170,7 +170,7 @@ jobs: needs: docs-build if: contains(github.event.pull_request.labels.*.name, 'deploy pr docs') steps: - - uses: ansys/actions/doc-deploy-pr@v10.1.0 + - uses: ansys/actions/doc-deploy-pr@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -330,7 +330,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@v10.1.0 + uses: ansys/actions/build-library@v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -365,7 +365,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@v10.1.0 + uses: ansys/actions/release-github@v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} additional-artifacts: "minimum_requirements.txt" @@ -379,7 +379,7 @@ jobs: needs: [release] steps: - name: "Deploy the stable documentation" - uses: ansys/actions/doc-deploy-stable@v10.1.0 + uses: ansys/actions/doc-deploy-stable@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -395,7 +395,7 @@ jobs: needs: [docs-build] steps: - name: "Deploy the latest documentation" - uses: ansys/actions/doc-deploy-dev@v10.1.0 + uses: ansys/actions/doc-deploy-dev@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docker_clean_untagged.yml b/.github/workflows/docker_clean_untagged.yml index 1336818f62d..05313da2143 100644 --- a/.github/workflows/docker_clean_untagged.yml +++ b/.github/workflows/docker_clean_untagged.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-untagged@v10.1.0 + uses: ansys/actions/hk-package-clean-untagged@v10.1.1 with: package-name: 'mapdl' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 82f2fb14024..98f17884328 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -127,7 +127,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@v10.1.0 + - uses: ansys/actions/doc-changelog@v10.1.1 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 03262a4c742..3cfd0a5b04a 100644 --- a/.github/workflows/pr-docs-cleaner.yml +++ b/.github/workflows/pr-docs-cleaner.yml @@ -20,7 +20,7 @@ jobs: name: "Deploy PR documentation" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-deploy-pr@v10.1.0 + - uses: ansys/actions/doc-deploy-pr@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} From b14d0edf7995b2d45258af6a1f2f5a816abf7d9b Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:06:38 +0000 Subject: [PATCH 2/6] chore: adding changelog file 4230.maintenance.md [dependabot-skip] --- doc/changelog.d/4230.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4230.maintenance.md diff --git a/doc/changelog.d/4230.maintenance.md b/doc/changelog.d/4230.maintenance.md new file mode 100644 index 00000000000..2e5ec5ed6f1 --- /dev/null +++ b/doc/changelog.d/4230.maintenance.md @@ -0,0 +1 @@ +Bump ansys/actions from 10.1.0 to 10.1.1 in the actions group From 43f9102fda8616fe9f4b6fc56002166f6453448e Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:30:36 +0200 Subject: [PATCH 3/6] fix: update action versions in CI workflows to latest stable releases --- .github/workflows/ci.yml | 24 ++++++++++----------- .github/workflows/docker_clean_untagged.yml | 2 +- .github/workflows/label.yml | 2 +- .github/workflows/pr-docs-cleaner.yml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46e82efbba0..dd26b5df8b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@v10.1.1 + - uses: ansys/actions/doc-deploy-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check pull-request name - uses: ansys/actions/check-pr-title@v10.1.1 + uses: ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -95,7 +95,7 @@ jobs: folder: ["doc", "examples"] steps: - name: "Ansys documentation style checks" - uses: ansys/actions/doc-style@v10.1.1 + uses: ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 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@v10.1.1 + uses: ansys/actions/build-wheelhouse@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -144,7 +144,7 @@ jobs: name: "Check library vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@v10.1.1 + - uses: ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -170,7 +170,7 @@ jobs: needs: docs-build if: contains(github.event.pull_request.labels.*.name, 'deploy pr docs') steps: - - uses: ansys/actions/doc-deploy-pr@v10.1.1 + - uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -330,7 +330,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@v10.1.1 + uses: ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -348,7 +348,7 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts @@ -357,7 +357,7 @@ jobs: run: ls -Rla - name: "Release to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true @@ -365,7 +365,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@v10.1.1 + uses: ansys/actions/release-github@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} additional-artifacts: "minimum_requirements.txt" @@ -379,7 +379,7 @@ jobs: needs: [release] steps: - name: "Deploy the stable documentation" - uses: ansys/actions/doc-deploy-stable@v10.1.1 + uses: ansys/actions/doc-deploy-stable@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -395,7 +395,7 @@ jobs: needs: [docs-build] steps: - name: "Deploy the latest documentation" - uses: ansys/actions/doc-deploy-dev@v10.1.1 + uses: ansys/actions/doc-deploy-dev@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docker_clean_untagged.yml b/.github/workflows/docker_clean_untagged.yml index 05313da2143..c03b2ce763f 100644 --- a/.github/workflows/docker_clean_untagged.yml +++ b/.github/workflows/docker_clean_untagged.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-untagged@v10.1.1 + uses: ansys/actions/hk-package-clean-untagged@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 with: package-name: 'mapdl' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 98f17884328..1b0a46b05a0 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -127,7 +127,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@v10.1.1 + - uses: ansys/actions/doc-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 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 3cfd0a5b04a..de36c3c4410 100644 --- a/.github/workflows/pr-docs-cleaner.yml +++ b/.github/workflows/pr-docs-cleaner.yml @@ -20,7 +20,7 @@ jobs: name: "Deploy PR documentation" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-deploy-pr@v10.1.1 + - uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} From f69510d6995fa9f6aba10e9695f507355aee2436 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:32:27 +0200 Subject: [PATCH 4/6] revert: "fix: update action versions in CI workflows to latest stable releases" This reverts commit 43f9102fda8616fe9f4b6fc56002166f6453448e. --- .github/workflows/ci.yml | 24 ++++++++++----------- .github/workflows/docker_clean_untagged.yml | 2 +- .github/workflows/label.yml | 2 +- .github/workflows/pr-docs-cleaner.yml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd26b5df8b2..46e82efbba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + - uses: ansys/actions/doc-deploy-changelog@v10.1.1 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check pull-request name - uses: ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/check-pr-title@v10.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -95,7 +95,7 @@ jobs: folder: ["doc", "examples"] steps: - name: "Ansys documentation style checks" - uses: ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/doc-style@v10.1.1 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@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/build-wheelhouse@v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -144,7 +144,7 @@ jobs: name: "Check library vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + - uses: ansys/actions/check-vulnerabilities@v10.1.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -170,7 +170,7 @@ jobs: needs: docs-build if: contains(github.event.pull_request.labels.*.name, 'deploy pr docs') steps: - - uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + - uses: ansys/actions/doc-deploy-pr@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -330,7 +330,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/build-library@v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -348,7 +348,7 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts @@ -357,7 +357,7 @@ jobs: run: ls -Rla - name: "Release to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true @@ -365,7 +365,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/release-github@v10.1.1 with: library-name: ${{ env.PACKAGE_NAME }} additional-artifacts: "minimum_requirements.txt" @@ -379,7 +379,7 @@ jobs: needs: [release] steps: - name: "Deploy the stable documentation" - uses: ansys/actions/doc-deploy-stable@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/doc-deploy-stable@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -395,7 +395,7 @@ jobs: needs: [docs-build] steps: - name: "Deploy the latest documentation" - uses: ansys/actions/doc-deploy-dev@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.1 + uses: ansys/actions/doc-deploy-dev@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docker_clean_untagged.yml b/.github/workflows/docker_clean_untagged.yml index c03b2ce763f..05313da2143 100644 --- a/.github/workflows/docker_clean_untagged.yml +++ b/.github/workflows/docker_clean_untagged.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-untagged@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 + uses: ansys/actions/hk-package-clean-untagged@v10.1.1 with: package-name: 'mapdl' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 1b0a46b05a0..98f17884328 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -127,7 +127,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 + - uses: ansys/actions/doc-changelog@v10.1.1 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 de36c3c4410..3cfd0a5b04a 100644 --- a/.github/workflows/pr-docs-cleaner.yml +++ b/.github/workflows/pr-docs-cleaner.yml @@ -20,7 +20,7 @@ jobs: name: "Deploy PR documentation" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 + - uses: ansys/actions/doc-deploy-pr@v10.1.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} From 81adfb5c8781cef42f92c63b084c478279f90a5a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:32:31 +0000 Subject: [PATCH 5/6] chore: adding changelog file 4230.maintenance.md [dependabot-skip] --- doc/changelog.d/4230.maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.d/4230.maintenance.md b/doc/changelog.d/4230.maintenance.md index 2e5ec5ed6f1..7c597c79106 100644 --- a/doc/changelog.d/4230.maintenance.md +++ b/doc/changelog.d/4230.maintenance.md @@ -1 +1 @@ -Bump ansys/actions from 10.1.0 to 10.1.1 in the actions group +Bump ansys/actions from 10.1.0 to 10.1.3 in the actions group From 38b26993ad25e5e8b945f6726217dd7813480544 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:35:52 +0200 Subject: [PATCH 6/6] fix: update action versions in CI workflows to v10.1.3 --- .github/workflows/ci.yml | 24 ++++++++++----------- .github/workflows/docker_clean_untagged.yml | 2 +- .github/workflows/label.yml | 2 +- .github/workflows/pr-docs-cleaner.yml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46e82efbba0..ec15e91218d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@v10.1.1 + - uses: ansys/actions/doc-deploy-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check pull-request name - uses: ansys/actions/check-pr-title@v10.1.1 + uses: ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -95,7 +95,7 @@ jobs: folder: ["doc", "examples"] steps: - name: "Ansys documentation style checks" - uses: ansys/actions/doc-style@v10.1.1 + uses: ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.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@v10.1.1 + uses: ansys/actions/build-wheelhouse@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -144,7 +144,7 @@ jobs: name: "Check library vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@v10.1.1 + - uses: ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -170,7 +170,7 @@ jobs: needs: docs-build if: contains(github.event.pull_request.labels.*.name, 'deploy pr docs') steps: - - uses: ansys/actions/doc-deploy-pr@v10.1.1 + - uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -330,7 +330,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@v10.1.1 + uses: ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -348,7 +348,7 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts @@ -357,7 +357,7 @@ jobs: run: ls -Rla - name: "Release to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true @@ -365,7 +365,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@v10.1.1 + uses: ansys/actions/release-github@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: library-name: ${{ env.PACKAGE_NAME }} additional-artifacts: "minimum_requirements.txt" @@ -379,7 +379,7 @@ jobs: needs: [release] steps: - name: "Deploy the stable documentation" - uses: ansys/actions/doc-deploy-stable@v10.1.1 + uses: ansys/actions/doc-deploy-stable@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -395,7 +395,7 @@ jobs: needs: [docs-build] steps: - name: "Deploy the latest documentation" - uses: ansys/actions/doc-deploy-dev@v10.1.1 + uses: ansys/actions/doc-deploy-dev@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docker_clean_untagged.yml b/.github/workflows/docker_clean_untagged.yml index 05313da2143..34878ec0b6b 100644 --- a/.github/workflows/docker_clean_untagged.yml +++ b/.github/workflows/docker_clean_untagged.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-untagged@v10.1.1 + uses: ansys/actions/hk-package-clean-untagged@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 with: package-name: 'mapdl' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 98f17884328..4c3f3fa6f63 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -127,7 +127,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@v10.1.1 + - uses: ansys/actions/doc-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 #v10.1.3 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 3cfd0a5b04a..de36c3c4410 100644 --- a/.github/workflows/pr-docs-cleaner.yml +++ b/.github/workflows/pr-docs-cleaner.yml @@ -20,7 +20,7 @@ jobs: name: "Deploy PR documentation" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-deploy-pr@v10.1.1 + - uses: ansys/actions/doc-deploy-pr@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }}