We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a82a46 + 249ba1d commit 3fce4dbCopy full SHA for 3fce4db
.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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
+ uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
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.8",
+ "ruff < 0.12.9",
67
"types-requests",
68
"types-pyOpenSSL",
69
]
0 commit comments