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
28 changes: 14 additions & 14 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: ansys/actions/doc-deploy-changelog@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
- uses: ansys/actions/doc-deploy-changelog@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
Expand All @@ -49,7 +49,7 @@ jobs:
name: Vulnerabilities
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/check-vulnerabilities@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
- uses: ansys/actions/check-vulnerabilities@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
python-package-name: ${{ env.PACKAGE_NAME }}
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check commit name
uses: ansys/actions/check-pr-title@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/check-pr-title@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/doc-style@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/doc-style@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -90,7 +90,7 @@ jobs:
os: macos-latest
steps:
- name: Build wheelhouse and perform smoke test
uses: ansys/actions/build-wheelhouse@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/build-wheelhouse@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/docker-style@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/docker-style@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
directory: docker
recursive: true
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_DOCS_TAG }}

- name: Run Ansys documentation building action
uses: ansys/actions/doc-build@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/doc-build@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
add-pdf-html-docs-as-assets: true
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:

- name: Run pytest
if: env.SKIP_UNSTABLE == 'false'
uses: ansys/actions/tests-pytest@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/tests-pytest@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
env:
ALLOW_PLOTTING: true
with:
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
id-token: write
steps:
- name: Build library source and wheel artifacts
uses: ansys/actions/build-library@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/build-library@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Expand Down Expand Up @@ -810,7 +810,7 @@ jobs:
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}

- name: Run pytest
uses: ansys/actions/tests-pytest@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/tests-pytest@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
env:
ALLOW_PLOTTING: true
with:
Expand Down Expand Up @@ -851,7 +851,7 @@ jobs:
contents: write
steps:
- name: Release to GitHub
uses: ansys/actions/release-github@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/release-github@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
library-name: ${{ env.PACKAGE_NAME }}
Expand Down Expand Up @@ -891,7 +891,7 @@ jobs:
needs: [package]
steps:
- name: Deploy the latest documentation
uses: ansys/actions/doc-deploy-dev@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/doc-deploy-dev@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -905,7 +905,7 @@ jobs:
needs: [release, release-pypi]
steps:
- name: Deploy the stable documentation
uses: ansys/actions/doc-deploy-stable@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/doc-deploy-stable@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -922,7 +922,7 @@ jobs:
pull-requests: write
steps:
- name: Automerge PRs
uses: ansys/actions/hk-automerge-prs@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/hk-automerge-prs@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
with:
languages: 'python'
config-file: ./.github/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
uses: github/codeql-action/autobuild@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19

# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
Expand All @@ -38,6 +38,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
with:
category: "/language:python"
2 changes: 1 addition & 1 deletion .github/workflows/docker_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: "Perform versions cleanup - except certain tags"
uses: ansys/actions/hk-package-clean-except@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/hk-package-clean-except@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
package-name: 'geometry'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-changelog@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
- uses: ansys/actions/doc-changelog@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
use-conventional-commits: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
uses: pyvista/setup-headless-display-action@f744438e29e50189f40f1749859bac7d0f69b5fa # v4.1

- name: Run pytest
uses: ansys/actions/tests-pytest@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10.0.1
uses: ansys/actions/tests-pytest@64ed650bc3d7576d81c4042e480d28a0babb177e # v10.0.3
env:
ALLOW_PLOTTING: true
with:
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/2019.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the actions group with 2 updates
Loading