Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd_night.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci_cd_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}'
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
14 changes: 7 additions & 7 deletions .github/workflows/ci_cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}'
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/1014.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump ansys/actions from 10.3.0 to 10.3.1 in the actions group
Loading