Skip to content

Commit e163140

Browse files
build(deps): bump the actions group across 1 directory with 6 updates
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` | | [ansys/actions](https://github.com/ansys/actions) | `10.1.5` | `10.2.4` | | [actions/cache](https://github.com/actions/cache) | `5.0.1` | `5.0.3` | | [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.9` | `4.32.0` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) Updates `ansys/actions` from 10.1.5 to 10.2.4 - [Release notes](https://github.com/ansys/actions/releases) - [Commits](ansys/actions@v10.1.5...v10.2.4) Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `github/codeql-action` from 4.31.9 to 4.32.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...b20883b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ansys/actions dependency-version: 10.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2135bbc commit e163140

17 files changed

+83
-83
lines changed

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -67,7 +67,7 @@ jobs:
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 }}
@@ -78,7 +78,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
persist-credentials: false
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
45+
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,6 +69,6 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
72+
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
7373
with:
7474
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 'Checkout Repository'
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
persist-credentials: false
2222
- name: 'Dependency Review'

.github/workflows/doc-build-dev-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
runs-on: [self-hosted, pyfluent]
3030

3131
steps:
32-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
persist-credentials: false
3535

3636
- name: Setup Python
37-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
37+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3838
with:
3939
python-version: "3.11"
4040

@@ -52,7 +52,7 @@ jobs:
5252
run: make install
5353

5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
55+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5656
with:
5757
registry: ghcr.io
5858
username: ansys-bot
@@ -148,7 +148,7 @@ jobs:
148148
pull-requests: write
149149
steps:
150150
- name: "Deploy development documentation"
151-
uses: ansys/actions/doc-deploy-dev@v10.2
151+
uses: ansys/actions/doc-deploy-dev@v10.2.4
152152
with:
153153
doc-artifact-name: "HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
154154
decompress-artifact: true

.github/workflows/doc-build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: [self-hosted, pyfluent]
3232

3333
steps:
34-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
persist-credentials: false
3737

3838
- name: Setup Python
39-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
39+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4040
with:
4141
python-version: "3.11"
4242

@@ -54,7 +54,7 @@ jobs:
5454
run: make install
5555

5656
- name: Login to GitHub Container Registry
57-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
57+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5858
with:
5959
registry: ghcr.io
6060
username: ansys-bot
@@ -109,7 +109,7 @@ jobs:
109109
pull-requests: write
110110
steps:
111111
- name: "Deploy release documentation"
112-
uses: ansys/actions/doc-deploy-stable@v10.2
112+
uses: ansys/actions/doc-deploy-stable@v10.2.4
113113
with:
114114
doc-artifact-name: "HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
115115
decompress-artifact: true

.github/workflows/execute-examples-weekly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
FLUENT_IMAGE_TAG: ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
3939

4040
steps:
41-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
persist-credentials: false
4444

4545
- name: Setup Python
46-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
46+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4747
with:
4848
python-version: ${{ env.PYTHON_VERSION }}
4949

@@ -53,15 +53,15 @@ jobs:
5353
FLUENT_STABLE_IMAGE_DEV: ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
5454

5555
- name: Cache pip
56-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
56+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5757
with:
5858
path: ~/.cache/pip
5959
key: Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
6060
restore-keys: |
6161
Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}
6262
6363
- name: Login to GitHub Container Registry
64-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
64+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6565
with:
6666
registry: ghcr.io
6767
username: ansys-bot

.github/workflows/force-update-stable-Fluent-image-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
timeout-minutes: 30
2828

2929
steps:
30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
persist-credentials: false
3333

3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
35+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3636
with:
3737
registry: ghcr.io
3838
username: ansys-bot

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
pull-requests: write
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: ansys/actions/doc-changelog@v10.2
137+
- uses: ansys/actions/doc-changelog@v10.2.4
138138
with:
139139
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
140140
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

.github/workflows/tag-iteration-ends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: tag-iteration-ends
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
persist-credentials: false
3737
- name: Get last date of iteration

0 commit comments

Comments
 (0)