diff --git a/.github/workflows/ci_cd_night.yml b/.github/workflows/ci_cd_night.yml index 00384502c2..939a6d6bc4 100644 --- a/.github/workflows/ci_cd_night.yml +++ b/.github/workflows/ci_cd_night.yml @@ -58,7 +58,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13'] target: ['all'] steps: - - uses: ansys/actions/build-wheelhouse@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/build-wheelhouse@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: library-name: ${{ env.ANSYS_STK }} operating-system: ${{ matrix.os }} @@ -367,7 +367,7 @@ jobs: permissions: contents: write # Write new content to the gh-pages branch of the repository steps: - - uses: ansys/actions/doc-deploy-dev@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/doc-deploy-dev@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci_cd_pr.yml b/.github/workflows/ci_cd_pr.yml index 831ae6ae32..f84f546345 100644 --- a/.github/workflows/ci_cd_pr.yml +++ b/.github/workflows/ci_cd_pr.yml @@ -61,7 +61,7 @@ jobs: !contains(github.event.pull_request.labels.*.name, 'ci:skip') && !contains(github.event.pull_request.labels.*.name, 'docs:changelog:skip') steps: - - uses: ansys/actions/doc-changelog@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/doc-changelog@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} use-conventional-commits: true @@ -76,7 +76,7 @@ jobs: permissions: contents: read # Read the dependencies and source code of the library steps: - - uses: ansys/actions/check-vulnerabilities@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/check-vulnerabilities@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.ANSYS_STK }} @@ -93,7 +93,7 @@ jobs: permissions: contents: read # Read the workflow files in the project steps: - - uses: ansys/actions/check-actions-security@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/check-actions-security@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: permissions: contents: read # Read the source code of the project steps: - - uses: ansys/actions/code-style@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/code-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -152,7 +152,7 @@ jobs: vale_files=$(echo -e "${rst_files}" | jq -R . | jq -s .) echo "files=$(jq -c <<< "${vale_files}")" >> "${GITHUB_OUTPUT}" - - uses: ansys/actions/doc-style@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/doc-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: checkout: false files: '${{ steps.vale.outputs.files }}' @@ -175,7 +175,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13'] target: ['all'] steps: - - uses: ansys/actions/build-wheelhouse@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/build-wheelhouse@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: library-name: ${{ env.ANSYS_STK }} operating-system: ${{ matrix.os }} @@ -599,7 +599,7 @@ jobs: contents: read # Read the source code of the project id-token: write # Write access to a temporary token for signing attestations steps: - - uses: ansys/actions/build-library@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/build-library@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: library-name: ${{ env.ANSYS_STK }} attest-provenance: true diff --git a/.github/workflows/ci_cd_release.yml b/.github/workflows/ci_cd_release.yml index 6d048645e1..455ca3f4c9 100644 --- a/.github/workflows/ci_cd_release.yml +++ b/.github/workflows/ci_cd_release.yml @@ -33,7 +33,7 @@ jobs: contents: write # Write new content to the changelog file pull-requests: write # Write access to add or remove new tags steps: - - uses: ansys/actions/doc-deploy-changelog@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/doc-deploy-changelog@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -46,7 +46,7 @@ jobs: contents: read # Read source code of the project to evaluate code style steps: - name: "Run code style checks" - uses: ansys/actions/code-style@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + uses: ansys/actions/code-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -82,7 +82,7 @@ jobs: vale_files=$(echo -e "${rst_files}" | jq -R . | jq -s .) echo "files=$(jq -c <<< "${vale_files}")" >> "${GITHUB_OUTPUT}" - - uses: ansys/actions/doc-style@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/doc-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: checkout: false files: '${{ steps.vale.outputs.files }}' @@ -105,7 +105,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13'] target: ['all'] steps: - - uses: ansys/actions/build-wheelhouse@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/build-wheelhouse@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: library-name: ${{ env.ANSYS_STK }} operating-system: ${{ matrix.os }} @@ -405,7 +405,7 @@ jobs: contents: read # Read the source code of the project id-token: write # Write access to a temporary token for signing attestations steps: - - uses: ansys/actions/build-library@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/build-library@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: library-name: ${{ env.ANSYS_STK }} attest-provenance: true @@ -444,7 +444,7 @@ jobs: contents: write # Write a new release in the GitHub repository id-token: write # Write access to a temporary token for signing attestations steps: - - uses: ansys/actions/release-github@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/release-github@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: library-name: ${{ env.ANSYS_STK }} token: ${{ secrets.GITHUB_TOKEN }} @@ -460,7 +460,7 @@ jobs: permissions: contents: write # Write to the gh-pages branch of the repository steps: - - uses: ansys/actions/doc-deploy-stable@73fa84c704bb6691f254cfe4d4b928c338b0d4da # v10.3.0 + - uses: ansys/actions/doc-deploy-stable@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/source/changelog/1014.dependencies.md b/doc/source/changelog/1014.dependencies.md new file mode 100644 index 0000000000..9fc6fa545c --- /dev/null +++ b/doc/source/changelog/1014.dependencies.md @@ -0,0 +1 @@ +Bump ansys/actions from 10.3.0 to 10.3.1 in the actions group