diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f6be3b94de..f77c32f63f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 @@ -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 @@ -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: @@ -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 }} @@ -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: @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7887c01d2c..a446dcef51 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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. @@ -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" diff --git a/.github/workflows/docker_cleanup.yml b/.github/workflows/docker_cleanup.yml index 9e62a95c53..4967ca3b1e 100644 --- a/.github/workflows/docker_cleanup.yml +++ b/.github/workflows/docker_cleanup.yml @@ -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 }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index ce99e3c34c..06c83d5f58 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -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 diff --git a/.github/workflows/nightly_docker_test.yml b/.github/workflows/nightly_docker_test.yml index f56cb88167..fb2d567213 100644 --- a/.github/workflows/nightly_docker_test.yml +++ b/.github/workflows/nightly_docker_test.yml @@ -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: diff --git a/doc/changelog.d/2019.maintenance.md b/doc/changelog.d/2019.maintenance.md new file mode 100644 index 0000000000..0fcdbf97b6 --- /dev/null +++ b/doc/changelog.d/2019.maintenance.md @@ -0,0 +1 @@ +Bump the actions group with 2 updates \ No newline at end of file