We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ab7443 + 85ba655 commit 217b103Copy full SHA for 217b103
.github/workflows/scorecards-analysis.yml
@@ -52,6 +52,6 @@ jobs:
52
53
# Upload the results to GitHub's code scanning dashboard.
54
- name: "Upload to code-scanning"
55
- uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
+ uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
56
with:
57
sarif_file: results.sarif
pyproject.toml
@@ -63,7 +63,7 @@ lint = [
63
"mypy ~= 1.1",
64
# NOTE(ww): ruff is under active development, so we pin conservatively here
65
# and let Dependabot periodically perform this update.
66
- "ruff < 0.12.5",
+ "ruff < 0.12.6",
67
"types-requests",
68
"types-pyOpenSSL",
69
]
0 commit comments