From a8303447770298cad4b5cb4515edb780d73dced2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 22:52:21 +0000 Subject: [PATCH] build(deps): bump ansys/actions from 10.3.1 to 10.3.2 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.3.1 to 10.3.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/12ca08fd7f0caa52076cca15c5621482646f8560...d946b24b9a765f4169bcc94afdb27bd1a0533741) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5d03e860..1149a972 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: ansys/actions/code-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/code-style@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: ansys/actions/doc-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-style@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -49,7 +49,7 @@ jobs: os: [ubuntu-latest, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - - uses: ansys/actions/build-wheelhouse@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/build-wheelhouse@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} operating-system: ${{ matrix.os }} @@ -62,7 +62,7 @@ jobs: name: "Check library vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/check-vulnerabilities@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.GITHUB_TOKEN }} @@ -72,7 +72,7 @@ jobs: name: "Check actions security" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-actions-security@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/check-actions-security@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} @@ -123,7 +123,7 @@ jobs: persist-credentials: false - name: Generate doc requirements run: uv export --only-group docs -o doc_requirements.txt - - uses: ansys/actions/doc-build@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-build@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} checkout: false @@ -136,7 +136,7 @@ jobs: needs: [doc-build, tests] timeout-minutes: 10 steps: - - uses: ansys/actions/build-library@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/build-library@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -150,7 +150,7 @@ jobs: permissions: contents: write # to allow GitHub Pages deployment steps: - - uses: ansys/actions/doc-deploy-dev@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-deploy-dev@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -166,7 +166,7 @@ jobs: permissions: contents: write # to allow GitHub Pages deployment steps: - - uses: ansys/actions/doc-deploy-stable@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-deploy-stable@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -196,7 +196,7 @@ jobs: packages-dir: ${{ env.LIBRARY_NAME }}-artifacts skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + uses: ansys/actions/release-github@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} token: ${{ secrets.GITHUB_TOKEN }}