Skip to content

Commit 217b103

Browse files
authored
Merge branch 'main' into ww/rm-protobufs
2 parents 1ab7443 + 85ba655 commit 217b103

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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
55+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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.5",
66+
"ruff < 0.12.6",
6767
"types-requests",
6868
"types-pyOpenSSL",
6969
]

0 commit comments

Comments
 (0)