@@ -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.5
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.5
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.5
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.5
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.5
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@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2 .5
140140 with :
141141 generate-summary : true
142142 token : ${{ secrets.GITHUB_TOKEN }}
@@ -152,12 +152,12 @@ jobs:
152152 PYTHONDONTWRITEBYTECODE : 1
153153
154154 steps :
155- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
155+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
156156 with :
157157 persist-credentials : false
158158
159159 - name : Setup Python
160- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
160+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
161161 with :
162162 python-version : ${{ env.PYTHON_VERSION }}
163163
@@ -172,7 +172,7 @@ jobs:
172172 sudo apt-get install pandoc libegl1 make xvfb libfontconfig1 libxrender1 libxkbcommon-x11-0 -y
173173
174174 - name : Cache pip
175- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
175+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
176176 with :
177177 path : ~/.cache/pip
178178 key : Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
@@ -208,7 +208,7 @@ jobs:
208208 id : version
209209
210210 - name : Cache API Code
211- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
211+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
212212 id : cache-api-code
213213 with :
214214 path : |
@@ -218,7 +218,7 @@ jobs:
218218
219219 - name : Login to GitHub Container Registry
220220 if : steps.cache-api-code.outputs.cache-hit != 'true'
221- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
221+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
222222 with :
223223 registry : ghcr.io
224224 username : ansys-bot
@@ -278,12 +278,12 @@ jobs:
278278 PYTHONDONTWRITEBYTECODE : 1
279279
280280 steps :
281- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
281+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
282282 with :
283283 persist-credentials : false
284284
285285 - name : Setup Python
286- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
286+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
287287 with :
288288 python-version : ${{ env.MAIN_PYTHON_VERSION }}
289289
@@ -293,7 +293,7 @@ jobs:
293293 FLUENT_STABLE_IMAGE_DEV : ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
294294
295295 - name : Cache pip
296- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
296+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
297297 with :
298298 path : ~/.cache/pip
299299 key : Python-${{ runner.os }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
@@ -314,14 +314,14 @@ jobs:
314314 id : version
315315
316316 - name : Login to GitHub Container Registry
317- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
317+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
318318 with :
319319 registry : ghcr.io
320320 username : ansys-bot
321321 password : ${{ secrets.GITHUB_TOKEN }}
322322
323323 - name : Cache API Code
324- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
324+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
325325 id : cache-api-code
326326 with :
327327 path : src/ansys/fluent/core/generated
@@ -447,13 +447,13 @@ jobs:
447447 FLUENT_IMAGE_TAG : ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
448448
449449 steps :
450- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
450+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
451451 with :
452452 persist-credentials : false
453453
454454 - name : Setup Python
455455 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
456- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
456+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
457457 with :
458458 python-version : ${{ env.MAIN_PYTHON_VERSION }}
459459
@@ -482,7 +482,7 @@ jobs:
482482
483483 - name : Login to GitHub Container Registry
484484 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
485- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
485+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
486486 with :
487487 registry : ghcr.io
488488 username : ansys-bot
@@ -520,12 +520,12 @@ jobs:
520520 PYTEST_XDIST_AUTO_NUM_WORKERS : 1
521521
522522 steps :
523- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
523+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
524524 with :
525525 persist-credentials : false
526526
527527 - name : Setup Python
528- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
528+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
529529 with :
530530 python-version : ${{ env.MAIN_PYTHON_VERSION }}
531531
@@ -535,7 +535,7 @@ jobs:
535535 FLUENT_STABLE_IMAGE_DEV : ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
536536
537537 - name : Cache pip
538- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
538+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
539539 with :
540540 path : ~/.cache/pip
541541 key : Python-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -556,7 +556,7 @@ jobs:
556556 id : version
557557
558558 - name : Login to GitHub Container Registry
559- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
559+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
560560 with :
561561 registry : ghcr.io
562562 username : ansys-bot
@@ -605,7 +605,7 @@ jobs:
605605
606606 steps :
607607 - name : Set up Python
608- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
608+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
609609 with :
610610 python-version : ${{ env.MAIN_PYTHON_VERSION }}
611611
0 commit comments