Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/dot-github/actions-871…
Browse files Browse the repository at this point in the history
…0abec8f
  • Loading branch information
woodruffw authored Jan 23, 2025
2 parents 6d90cb9 + 99948d5 commit f24d5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lint = [
"mypy ~= 1.1",
# NOTE(ww): ruff is under active development, so we pin conservatively here
# and let Dependabot periodically perform this update.
"ruff < 0.9.3",
"ruff < 0.9.4",
"types-requests",
"types-pyOpenSSL",
]
Expand Down

0 comments on commit f24d5d0

Please sign in to comment.