Skip to content

Commit f6f3732

Browse files
dependabot[bot]pyansys-ci-botRobPasMue
authored
ci: bump the actions group with 2 updates (#2041)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 451e5ae commit f6f3732

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

.github/workflows/ci_cd.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: write
4040
pull-requests: write
4141
steps:
42-
- uses: ansys/actions/doc-deploy-changelog@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
42+
- uses: ansys/actions/doc-deploy-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
4343
with:
4444
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4545
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
4949
name: Vulnerabilities
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: ansys/actions/check-vulnerabilities@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
52+
- uses: ansys/actions/check-vulnerabilities@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
5353
with:
5454
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5555
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Check commit name
65-
uses: ansys/actions/check-pr-title@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
65+
uses: ansys/actions/check-pr-title@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: PyAnsys documentation style checks
74-
uses: ansys/actions/doc-style@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
74+
uses: ansys/actions/doc-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777

@@ -90,7 +90,7 @@ jobs:
9090
os: macos-latest
9191
steps:
9292
- name: Build wheelhouse and perform smoke test
93-
uses: ansys/actions/build-wheelhouse@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
93+
uses: ansys/actions/build-wheelhouse@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
9494
with:
9595
library-name: ${{ env.PACKAGE_NAME }}
9696
operating-system: ${{ matrix.os }}
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: PyAnsys documentation style checks
105-
uses: ansys/actions/docker-style@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
105+
uses: ansys/actions/docker-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
106106
with:
107107
directory: docker
108108
recursive: true
@@ -341,7 +341,7 @@ jobs:
341341
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 }}
342342
343343
- name: Run Ansys documentation building action
344-
uses: ansys/actions/doc-build@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
344+
uses: ansys/actions/doc-build@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
345345
with:
346346
python-version: ${{ env.MAIN_PYTHON_VERSION }}
347347
add-pdf-html-docs-as-assets: true
@@ -432,7 +432,7 @@ jobs:
432432

433433
- name: Run pytest
434434
if: env.SKIP_UNSTABLE == 'false'
435-
uses: ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
435+
uses: ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
436436
env:
437437
ALLOW_PLOTTING: true
438438
with:
@@ -580,7 +580,7 @@ jobs:
580580
id-token: write
581581
steps:
582582
- name: Build library source and wheel artifacts
583-
uses: ansys/actions/build-library@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
583+
uses: ansys/actions/build-library@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
584584
with:
585585
library-name: ${{ env.PACKAGE_NAME }}
586586
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -810,7 +810,7 @@ jobs:
810810
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
811811

812812
- name: Run pytest
813-
uses: ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
813+
uses: ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
814814
env:
815815
ALLOW_PLOTTING: true
816816
with:
@@ -851,7 +851,7 @@ jobs:
851851
contents: write
852852
steps:
853853
- name: Release to GitHub
854-
uses: ansys/actions/release-github@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
854+
uses: ansys/actions/release-github@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
855855
with:
856856
token: ${{ secrets.GITHUB_TOKEN }}
857857
library-name: ${{ env.PACKAGE_NAME }}
@@ -891,7 +891,7 @@ jobs:
891891
needs: [package]
892892
steps:
893893
- name: Deploy the latest documentation
894-
uses: ansys/actions/doc-deploy-dev@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
894+
uses: ansys/actions/doc-deploy-dev@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
895895
with:
896896
cname: ${{ env.DOCUMENTATION_CNAME }}
897897
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -905,7 +905,7 @@ jobs:
905905
needs: [release, release-pypi]
906906
steps:
907907
- name: Deploy the stable documentation
908-
uses: ansys/actions/doc-deploy-stable@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
908+
uses: ansys/actions/doc-deploy-stable@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
909909
with:
910910
cname: ${{ env.DOCUMENTATION_CNAME }}
911911
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -922,7 +922,7 @@ jobs:
922922
pull-requests: write
923923
steps:
924924
- name: Automerge PRs
925-
uses: ansys/actions/hk-automerge-prs@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
925+
uses: ansys/actions/hk-automerge-prs@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
926926
with:
927927
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
928928
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
25+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
2626
with:
2727
languages: 'python'
2828
config-file: ./.github/codeql-config.yml
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
31+
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3232

3333
# If the Autobuild fails above, remove it and uncomment the following three lines.
3434
# 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:
3838
# ./location_of_script_within_repo/buildscript.sh
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
41+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4242
with:
4343
category: "/language:python"

.github/workflows/docker_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/hk-package-clean-except@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
25+
uses: ansys/actions/hk-package-clean-except@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pull-requests: write
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: ansys/actions/doc-changelog@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
109+
- uses: ansys/actions/doc-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
110110
with:
111111
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
112112
use-conventional-commits: true

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
221221

222222
- name: Run pytest
223-
uses: ansys/actions/tests-pytest@dce0e98a78079681554a90abde4ec81a7fa8e06a # v10.0.10
223+
uses: ansys/actions/tests-pytest@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
224224
env:
225225
ALLOW_PLOTTING: true
226226
with:

doc/changelog.d/2041.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 2 updates

0 commit comments

Comments
 (0)