Skip to content

Commit b7b53f9

Browse files
Merge branch 'main' into chore/v1_faces_edges_impl
2 parents 903bd46 + b9faa09 commit b7b53f9

Some content is hidden

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

72 files changed

+418
-85
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
29+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
3030
with:
3131
languages: 'python'
3232
config-file: ./.github/codeql-config.yml
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
35+
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
3636

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

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
45+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4646
with:
4747
category: "/language:python"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
args: [--keep-full-version]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.5
24+
rev: v0.14.6
2525
hooks:
2626
- id: ruff-check
2727
- id: ruff-format

SECURITY.md

Lines changed: 7 additions & 7 deletions

doc/changelog.d/1753.maintenance.md

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

doc/changelog.d/2334.maintenance.md

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

doc/changelog.d/2339.maintenance.md

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

doc/changelog.d/2340.maintenance.md

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

doc/changelog.d/2341.test.md

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

doc/changelog.d/2342.dependencies.md

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

doc/changelog.d/2343.maintenance.md

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

0 commit comments

Comments
 (0)