@@ -28,15 +28,15 @@ jobs:
2828 pull-requests : write
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
3333 - name : " Update labels"
3434 uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : " Label pull-request"
39- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 .0.0
39+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6 .0.1
4040 with :
4141 repo-token : ${{ secrets.GITHUB_TOKEN }}
4242
@@ -49,11 +49,11 @@ jobs:
4949 pull-requests : write
5050 steps :
5151
52- - uses : ansys/actions/check-pr-title@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
52+ - uses : ansys/actions/check-pr-title@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
5353 with :
5454 token : ${{ secrets.GITHUB_TOKEN }}
5555
56- - uses : ansys/actions/doc-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
56+ - uses : ansys/actions/doc-changelog@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
5757 with :
5858 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5959 use-conventional-commits : true
@@ -66,15 +66,15 @@ jobs:
6666 runs-on : ubuntu-latest
6767 needs : changelog-fragment
6868 steps :
69- - uses : ansys/actions/code-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
69+ - uses : ansys/actions/code-style@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
7070 with :
7171 python-version : ${{ env.MAIN_PYTHON_VERSION }}
7272
7373 vulnerabilities :
7474 name : Vulnerabilities
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : ansys/actions/check-vulnerabilities@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
77+ - uses : ansys/actions/check-vulnerabilities@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
7878 with :
7979 python-version : ${{ env.MAIN_PYTHON_VERSION }}
8080 python-package-name : ${{ env.LIBRARY_NAME }}
8686 runs-on : ubuntu-latest
8787 needs : changelog-fragment
8888 steps :
89- - uses : ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
89+ - uses : ansys/actions/doc-style@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
9090 with :
9191 token : ${{ secrets.GITHUB_TOKEN }}
9292
@@ -100,7 +100,7 @@ jobs:
100100 os : [ubuntu-latest, windows-latest]
101101 python-version : ['3.10', '3.11', '3.12']
102102 steps :
103- - uses : ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
103+ - uses : ansys/actions/build-wheelhouse@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
104104 with :
105105 library-name : ${{ env.LIBRARY_NAME }}
106106 operating-system : ${{ matrix.os }}
@@ -115,10 +115,10 @@ jobs:
115115 steps :
116116
117117 - name : " Checkout the project"
118- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
119119
120120 - name : " Install Python ${{ env.MAIN_PYTHON_VERSION }}"
121- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
121+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
122122 with :
123123 python-version : ${{ env.MAIN_PYTHON_VERSION }}
124124
@@ -177,10 +177,10 @@ jobs:
177177 steps :
178178
179179 - name : " Checkout the project"
180- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
180+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
181181
182182 - name : " Set up uv"
183- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
183+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
184184 with :
185185 python-version : ${{ matrix.python-version }}
186186
@@ -221,7 +221,7 @@ jobs:
221221 runs-on : ubuntu-latest
222222 # needs: [wheelhouse, doc-build, tests]
223223 steps :
224- - uses : ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
224+ - uses : ansys/actions/build-library@33399106dc8b62d83c8aad1fb2c333c8055df180 # v10.0.20
225225 with :
226226 library-name : ${{ env.LIBRARY_NAME }}
227227 python-version : ${{ env.MAIN_PYTHON_VERSION }}
0 commit comments