Skip to content

Commit 3fce4db

Browse files
authored
Merge branch 'main' into ww/rm-protobufs
2 parents 7a82a46 + 249ba1d commit 3fce4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
# Upload the results to GitHub's code scanning dashboard.
5454
- name: "Upload to code-scanning"
55-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
55+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
5656
with:
5757
sarif_file: results.sarif

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lint = [
6363
"mypy ~= 1.1",
6464
# NOTE(ww): ruff is under active development, so we pin conservatively here
6565
# and let Dependabot periodically perform this update.
66-
"ruff < 0.12.8",
66+
"ruff < 0.12.9",
6767
"types-requests",
6868
"types-pyOpenSSL",
6969
]

0 commit comments

Comments
 (0)