Skip to content

Commit 11eee79

Browse files
authored
Merge branch 'main' into dependabot/uv/maturin-gte-1.14.1-and-lt-2.0
2 parents 0357aba + d37364e commit 11eee79

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: actions/checkout@v7
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v4.37.5
31+
uses: github/codeql-action/init@v4.37.6
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v4.37.5
36+
uses: github/codeql-action/autobuild@v4.37.6
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v4.37.5
39+
uses: github/codeql-action/analyze@v4.37.6
4040
with:
4141
category: "/language:${{matrix.language}}"

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ name: Unit tests
1010
on:
1111
push:
1212
branches-ignore:
13-
- 'dependabot/**' # Avoid duplicates; only run the PR, not the push
1413
- 'gh-pages' # GitHub Pages do not trigger all tests
1514
tags-ignore:
1615
- 'v*' # Avoid re-running existing commit on release

0 commit comments

Comments
 (0)