Skip to content

Commit d5909c0

Browse files
dependabot[bot]kriptoburak
andauthored
chore(deps): bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.6 (#35)
* chore(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.1 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: consolidate dependency updates Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent e985625 commit d5909c0

7 files changed

Lines changed: 248 additions & 244 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: /
5+
groups:
6+
codeql:
7+
patterns:
8+
- "github/codeql-action/*"
59
schedule:
610
interval: weekly
711
cooldown:

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Install uv
37-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
37+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3838
with:
3939
enable-cache: false
4040
version: "0.11.6"
@@ -60,7 +60,7 @@ jobs:
6060
persist-credentials: false
6161

6262
- name: Install uv
63-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
63+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
6464
with:
6565
enable-cache: false
6666
version: "0.11.6"
@@ -85,7 +85,7 @@ jobs:
8585
persist-credentials: false
8686

8787
- name: Install uv
88-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
88+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8989
with:
9090
enable-cache: false
9191
version: "0.11.6"
@@ -110,7 +110,7 @@ jobs:
110110
persist-credentials: false
111111

112112
- name: Install uv
113-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
113+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
114114
with:
115115
enable-cache: false
116116
version: "0.11.6"

.github/workflows/codeql.yml

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

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
29+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3030
with:
3131
languages: python
3232
build-mode: none
3333
queries: security-extended
3434

3535
- name: Analyze
36-
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
36+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
30+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3131
with:
3232
enable-cache: false
3333
version: "0.11.6"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
retention-days: 5
3939

4040
- name: Upload to code scanning
41-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
41+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
4242
with:
4343
sarif_file: results.sarif

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ conflicts = [
5959
[dependency-groups]
6060
# version pins are in uv.lock
6161
dev = [
62-
"coverage==7.15.2",
62+
"coverage==7.15.3",
6363
"pyright==1.1.411",
6464
"mypy==2.3.0",
6565
"respx",
6666
"pytest",
6767
"pytest-asyncio",
68-
"ruff==0.15.22",
68+
"ruff==0.16.1",
6969
"time-machine",
7070
"dirty-equals>=0.6.0",
7171
"importlib-metadata>=6.7.0",

uv.lock

Lines changed: 234 additions & 234 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)