diff --git a/.github/workflows/ci_cd_night.yml b/.github/workflows/ci_cd_night.yml index 8af953481..76ebe3283 100644 --- a/.github/workflows/ci_cd_night.yml +++ b/.github/workflows/ci_cd_night.yml @@ -182,7 +182,7 @@ jobs: contents: write # Needed to push documentation to gh-pages branch pages: write # Needed to deploy to GitHub Pages steps: - - uses: ansys/actions/doc-deploy-dev@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/doc-deploy-dev@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ env.BOT_TOKEN }} diff --git a/.github/workflows/ci_cd_pr.yml b/.github/workflows/ci_cd_pr.yml index e225ad46b..0fb1cbd81 100644 --- a/.github/workflows/ci_cd_pr.yml +++ b/.github/workflows/ci_cd_pr.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: - - uses: ansys/actions/doc-changelog@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/doc-changelog@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check commit name - uses: ansys/actions/check-pr-title@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + uses: ansys/actions/check-pr-title@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -77,7 +77,7 @@ jobs: name: Vulnerabilities runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/check-vulnerabilities@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest needs: [vulnerabilities] steps: - - uses: ansys/actions/code-style@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/code-style@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest needs: [vulnerabilities] steps: - - uses: ansys/actions/check-actions-security@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/check-actions-security@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + uses: ansys/actions/doc-style@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -201,7 +201,7 @@ jobs: needs: [doc, run-tests, unit-tests] runs-on: ubuntu-latest steps: - - uses: ansys/actions/build-library@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/build-library@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} \ No newline at end of file diff --git a/.github/workflows/ci_cd_release.yml b/.github/workflows/ci_cd_release.yml index 984ed5015..f4b684095 100644 --- a/.github/workflows/ci_cd_release.yml +++ b/.github/workflows/ci_cd_release.yml @@ -30,7 +30,7 @@ jobs: contents: write # Needed to commit changelog updates pull-requests: write # Needed to create pull requests for changelog steps: - - uses: ansys/actions/doc-deploy-changelog@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/doc-deploy-changelog@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -40,7 +40,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/code-style@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + uses: ansys/actions/doc-style@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -132,7 +132,7 @@ jobs: needs: [doc-build, unit-tests, run-tests] runs-on: ubuntu-latest steps: - - uses: ansys/actions/build-library@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/build-library@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -173,7 +173,7 @@ jobs: runs-on: ubuntu-latest needs: [release] steps: - - uses: ansys/actions/doc-deploy-stable@0b23d99e6800f16337ff173fcfbfcc1251130e99 # v11.0.2 + - uses: ansys/actions/doc-deploy-stable@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} diff --git a/doc/changelog/1316.maintenance.md b/doc/changelog/1316.maintenance.md new file mode 100644 index 000000000..311854471 --- /dev/null +++ b/doc/changelog/1316.maintenance.md @@ -0,0 +1 @@ +Build: bump the actions group with 10 updates