Skip to content

ci: revert ansys/actions release #1985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2025
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 @@ -35,7 +35,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: ansys/actions/doc-deploy-changelog@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
- uses: ansys/actions/doc-deploy-changelog@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
Expand All @@ -45,7 +45,7 @@ jobs:
name: Vulnerabilities
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/check-vulnerabilities@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
- uses: ansys/actions/check-vulnerabilities@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
python-package-name: ${{ env.PACKAGE_NAME }}
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check commit name
uses: ansys/actions/check-pr-title@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/check-pr-title@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/doc-style@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/doc-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -86,7 +86,7 @@ jobs:
os: macos-latest
steps:
- name: Build wheelhouse and perform smoke test
uses: ansys/actions/build-wheelhouse@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/build-wheelhouse@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/docker-style@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/docker-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
directory: docker
recursive: true
Expand Down Expand Up @@ -337,7 +337,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@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/doc-build@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
add-pdf-html-docs-as-assets: true
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:

- name: Run pytest
if: env.SKIP_UNSTABLE == 'false'
uses: ansys/actions/tests-pytest@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/tests-pytest@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
env:
ALLOW_PLOTTING: true
with:
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
id-token: write
steps:
- name: Build library source and wheel artifacts
uses: ansys/actions/build-library@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/build-library@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Expand Down Expand Up @@ -806,7 +806,7 @@ jobs:
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}

- name: Run pytest
uses: ansys/actions/tests-pytest@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/tests-pytest@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
env:
ALLOW_PLOTTING: true
with:
Expand Down Expand Up @@ -847,7 +847,7 @@ jobs:
contents: write
steps:
- name: Release to GitHub
uses: ansys/actions/release-github@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/release-github@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
library-name: ${{ env.PACKAGE_NAME }}
Expand Down Expand Up @@ -887,7 +887,7 @@ jobs:
needs: [package]
steps:
- name: Deploy the latest documentation
uses: ansys/actions/doc-deploy-dev@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/doc-deploy-dev@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -901,7 +901,7 @@ jobs:
needs: [release, release-pypi]
steps:
- name: Deploy the stable documentation
uses: ansys/actions/doc-deploy-stable@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/doc-deploy-stable@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand All @@ -918,7 +918,7 @@ jobs:
pull-requests: write
steps:
- name: Automerge PRs
uses: ansys/actions/hk-automerge-prs@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/hk-automerge-prs@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
with:
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand Down
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@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/hk-package-clean-except@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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 @@ -100,7 +100,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-changelog@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
- uses: ansys/actions/doc-changelog@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
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 @@ -216,7 +216,7 @@ jobs:
uses: pyvista/setup-headless-display-action@f744438e29e50189f40f1749859bac7d0f69b5fa # v4.1

- name: Run pytest
uses: ansys/actions/tests-pytest@b4fc5ef083dcd319df27e3642e447171fdc1b7fc # v9.0.22
uses: ansys/actions/tests-pytest@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
env:
ALLOW_PLOTTING: true
with:
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/1985.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
revert ansys/actions release