@@ -42,12 +42,12 @@ jobs:
4242 name : " Add license headers"
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 with :
4747 persist-credentials : false
4848
4949 - name : Set up Python
50- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
50+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
5151 with :
5252 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5353
6767 contents : write
6868 pull-requests : write
6969 steps :
70- - uses : ansys/actions/doc-deploy-changelog@v10.2
70+ - uses : ansys/actions/doc-deploy-changelog@v10.2.4
7171 with :
7272 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
7373 bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Running Vale
81- uses : ansys/actions/doc-style@v10.2
81+ uses : ansys/actions/doc-style@v10.2.4
8282 with :
8383 token : ${{ secrets.GITHUB_TOKEN }}
8484
@@ -87,13 +87,13 @@ jobs:
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : " Run PyAnsys code style checks"
90- uses : ansys/actions/code-style@v10.2
90+ uses : ansys/actions/code-style@v10.2.4
9191
9292 commit-style :
9393 name : " Run commit style checks"
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : ansys/actions/check-pr-title@v10.2
96+ - uses : ansys/actions/check-pr-title@v10.2.4
9797 with :
9898 token : ${{ secrets.GITHUB_TOKEN }}
9999
@@ -112,7 +112,7 @@ jobs:
112112 os : macos-latest
113113 steps :
114114 - name : Build wheelhouse and perform smoke test
115- uses : ansys/actions/build-wheelhouse@v10.2
115+ uses : ansys/actions/build-wheelhouse@v10.2.4
116116 with :
117117 library-name : ${{ env.PACKAGE_NAME }}
118118 operating-system : ${{ matrix.os }}
@@ -136,7 +136,7 @@ jobs:
136136 name : " Actions Security"
137137 runs-on : ubuntu-latest
138138 steps :
139- - uses : ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
139+ - uses : ansys/actions/check-actions-security@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
140140 with :
141141 generate-summary : true
142142 token : ${{ secrets.GITHUB_TOKEN }}
@@ -151,12 +151,12 @@ jobs:
151151 PYFLUENT_CONTAINER_MOUNT_SOURCE : " /home/ansys/Downloads/ansys_fluent_core_examples"
152152
153153 steps :
154- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
154+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
155155 with :
156156 persist-credentials : false
157157
158158 - name : Setup Python
159- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
159+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
160160 with :
161161 python-version : ${{ env.PYTHON_VERSION }}
162162
@@ -171,7 +171,7 @@ jobs:
171171 sudo apt-get install pandoc libegl1 make xvfb libfontconfig1 libxrender1 libxkbcommon-x11-0 -y
172172
173173 - name : Cache pip
174- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
174+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
175175 with :
176176 path : ~/.cache/pip
177177 key : Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
@@ -207,7 +207,7 @@ jobs:
207207 id : version
208208
209209 - name : Cache API Code
210- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
210+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
211211 id : cache-api-code
212212 with :
213213 path : |
@@ -217,7 +217,7 @@ jobs:
217217
218218 - name : Login to GitHub Container Registry
219219 if : steps.cache-api-code.outputs.cache-hit != 'true'
220- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
220+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
221221 with :
222222 registry : ghcr.io
223223 username : ansys-bot
@@ -275,12 +275,12 @@ jobs:
275275 runs-on : [self-hosted, pyfluent]
276276
277277 steps :
278- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
278+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
279279 with :
280280 persist-credentials : false
281281
282282 - name : Setup Python
283- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
283+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
284284 with :
285285 python-version : ${{ env.MAIN_PYTHON_VERSION }}
286286
@@ -290,7 +290,7 @@ jobs:
290290 FLUENT_STABLE_IMAGE_DEV : ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
291291
292292 - name : Cache pip
293- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
293+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
294294 with :
295295 path : ~/.cache/pip
296296 key : Python-${{ runner.os }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
@@ -311,14 +311,14 @@ jobs:
311311 id : version
312312
313313 - name : Login to GitHub Container Registry
314- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
314+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
315315 with :
316316 registry : ghcr.io
317317 username : ansys-bot
318318 password : ${{ secrets.GITHUB_TOKEN }}
319319
320320 - name : Cache API Code
321- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
321+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
322322 id : cache-api-code
323323 with :
324324 path : src/ansys/fluent/core/generated
@@ -444,13 +444,13 @@ jobs:
444444 FLUENT_IMAGE_TAG : ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
445445
446446 steps :
447- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
447+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
448448 with :
449449 persist-credentials : false
450450
451451 - name : Setup Python
452452 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
453- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
453+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
454454 with :
455455 python-version : ${{ env.MAIN_PYTHON_VERSION }}
456456
@@ -479,7 +479,7 @@ jobs:
479479
480480 - name : Login to GitHub Container Registry
481481 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
482- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
482+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
483483 with :
484484 registry : ghcr.io
485485 username : ansys-bot
@@ -517,12 +517,12 @@ jobs:
517517 PYTEST_XDIST_AUTO_NUM_WORKERS : 1
518518
519519 steps :
520- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
520+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
521521 with :
522522 persist-credentials : false
523523
524524 - name : Setup Python
525- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
525+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
526526 with :
527527 python-version : ${{ env.MAIN_PYTHON_VERSION }}
528528
@@ -532,7 +532,7 @@ jobs:
532532 FLUENT_STABLE_IMAGE_DEV : ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
533533
534534 - name : Cache pip
535- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
535+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
536536 with :
537537 path : ~/.cache/pip
538538 key : Python-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -553,7 +553,7 @@ jobs:
553553 id : version
554554
555555 - name : Login to GitHub Container Registry
556- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
556+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
557557 with :
558558 registry : ghcr.io
559559 username : ansys-bot
@@ -602,7 +602,7 @@ jobs:
602602
603603 steps :
604604 - name : Set up Python
605- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
605+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
606606 with :
607607 python-version : ${{ env.MAIN_PYTHON_VERSION }}
608608
0 commit comments