Skip to content

Commit ca39050

Browse files
committed
Merge branch 'test/syscordan_vertex_sc_tutorials' of https://github.com/ansys/pyansys-geometry into test/syscordan_vertex_sc_tutorials
2 parents 336b92d + 3d03aa5 commit ca39050

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+710
-56
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ jobs:
4242
backend-version: "24.1"
4343
- image-tag: "windows-24.2"
4444
backend-version: "24.2"
45-
# TODO: This has to be reverted once the issue with 25.1 has been solved
46-
# https://github.com/ansys/pyansys-geometry/issues/2167
47-
# - image-tag: "windows-25.1"
48-
# backend-version: "25.1"
45+
- image-tag: "windows-25.1"
46+
backend-version: "25.1"
4947
- image-tag: "core-windows-25.2"
5048
backend-version: "25.2"
5149
steps:
@@ -107,7 +105,7 @@ jobs:
107105
pytest -v --backwards-compatibility=yes --backend-version=${{ matrix.backend-version }} -rf
108106
109107
- name: Upload coverage to Codecov
110-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
108+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
111109
env:
112110
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
113111
with:

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
retention-days: 7
296296

297297
- name: Upload coverage to Codecov
298-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
298+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
299299
if: matrix.docker-image == 'core-windows-latest'
300300
env:
301301
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
@@ -441,7 +441,7 @@ jobs:
441441
randomize: true
442442

443443
- name: Upload coverage to Codecov
444-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
444+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
445445
if: matrix.docker-image == 'core-linux-latest'
446446
env:
447447
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
25+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
2626
with:
2727
languages: 'python'
2828
config-file: ./.github/codeql-config.yml
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
31+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3232

3333
# If the Autobuild fails above, remove it and uncomment the following three lines.
3434
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -38,6 +38,6 @@ jobs:
3838
# ./location_of_script_within_repo/buildscript.sh
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
41+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4242
with:
4343
category: "/language:python"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.8
10+
rev: v0.12.10
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
3535

3636
# this validates our github workflow files
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.33.2
38+
rev: 0.33.3
3939
hooks:
4040
- id: check-github-workflows
4141

doc/changelog.d/2144.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/2169.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/2173.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/2174.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/2175.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/2176.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)