6464 contents : write
6565 pull-requests : write
6666 steps :
67- - uses : ansys/actions/doc-deploy-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
67+ - uses : ansys/actions/doc-deploy-changelog@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
6868 with :
6969 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
7070 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
7979 pull-requests : read
8080 steps :
8181 - name : Check pull-request name
82- uses : ansys/actions/check-pr-title@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
82+ uses : ansys/actions/check-pr-title@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
8383 with :
8484 token : ${{ secrets.GITHUB_TOKEN }}
8585
9494 folder : ["doc", "examples"]
9595 steps :
9696 - name : " Ansys documentation style checks"
97- uses : ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
97+ uses : ansys/actions/doc-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
9898 with :
9999 token : ${{ secrets.GITHUB_TOKEN }}
100100 files : ${{ matrix.folder }}
@@ -122,7 +122,7 @@ jobs:
122122 steps :
123123 - name : " Build wheelhouse and perform smoke test"
124124 id : build-wheelhouse
125- uses : ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
125+ uses : ansys/actions/build-wheelhouse@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
126126 with :
127127 library-name : ${{ env.PACKAGE_NAME }}
128128 operating-system : ${{ matrix.os }}
@@ -150,7 +150,7 @@ jobs:
150150 permissions :
151151 contents : read
152152 steps :
153- - uses : ansys/actions/check-vulnerabilities@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
153+ - uses : ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
154154 with :
155155 python-version : ${{ env.MAIN_PYTHON_VERSION }}
156156 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -161,7 +161,7 @@ jobs:
161161 name : " Check actions security"
162162 runs-on : ubuntu-latest
163163 steps :
164- - uses : ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
164+ - uses : ansys/actions/check-actions-security@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
165165 with :
166166 generate-summary : true
167167 token : ${{ secrets.GITHUB_TOKEN }}
@@ -190,7 +190,7 @@ jobs:
190190 contents : write
191191 pull-requests : write
192192 steps :
193- - uses : ansys/actions/doc-deploy-pr@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
193+ - uses : ansys/actions/doc-deploy-pr@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
194194 with :
195195 cname : ${{ env.DOCUMENTATION_CNAME }}
196196 token : ${{ secrets.GITHUB_TOKEN }}
@@ -210,7 +210,7 @@ jobs:
210210
211211 steps :
212212 - name : " Install Git and checkout project"
213- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
213+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
214214 with :
215215 persist-credentials : false
216216
@@ -254,7 +254,7 @@ jobs:
254254 matrix : ${{ steps.set-matrix.outputs.matrix }}
255255 steps :
256256 - name : " Install Git and checkout project"
257- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
257+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
258258 with :
259259 persist-credentials : false
260260
@@ -361,7 +361,7 @@ jobs:
361361 contents : read
362362 steps :
363363 - name : " Build library source and wheel artifacts"
364- uses : ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
364+ uses : ansys/actions/build-library@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
365365 with :
366366 library-name : ${{ env.PACKAGE_NAME }}
367367 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -396,7 +396,7 @@ jobs:
396396 skip-existing : false
397397
398398 - name : " Release to GitHub"
399- uses : ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
399+ uses : ansys/actions/release-github@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
400400 with :
401401 library-name : ${{ env.PACKAGE_NAME }}
402402 additional-artifacts : " minimum_requirements.txt"
@@ -412,7 +412,7 @@ jobs:
412412 needs : [release]
413413 steps :
414414 - name : " Deploy the stable documentation"
415- uses : ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
415+ uses : ansys/actions/doc-deploy-stable@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
416416 with :
417417 cname : ${{ env.DOCUMENTATION_CNAME }}
418418 token : ${{ secrets.GITHUB_TOKEN }}
@@ -430,7 +430,7 @@ jobs:
430430 needs : [docs-build]
431431 steps :
432432 - name : " Deploy the latest documentation"
433- uses : ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
433+ uses : ansys/actions/doc-deploy-dev@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
434434 with :
435435 cname : ${{ env.DOCUMENTATION_CNAME }}
436436 token : ${{ secrets.GITHUB_TOKEN }}
@@ -467,7 +467,7 @@ jobs:
467467 os : [ubuntu-latest, windows-latest]
468468
469469 steps :
470- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
470+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
471471 with :
472472 persist-credentials : false
473473
@@ -489,7 +489,7 @@ jobs:
489489 actions : write
490490 steps :
491491 - name : " Install Git and checkout project"
492- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
492+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
493493 with :
494494 persist-credentials : false
495495
0 commit comments