Skip to content

Commit 7df73c4

Browse files
Merge branch 'develop' into telemetry
2 parents 1bf5b89 + 01a7c08 commit 7df73c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
71+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
7272
with:
7373
sarif_file: results.sarif

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: "v0.7.0"
7+
rev: "v0.7.1"
88
hooks:
99
- id: ruff
1010
args: [--fix, --show-fixes]
@@ -13,7 +13,7 @@ repos:
1313
types_or: [python, pyi, jupyter]
1414

1515
- repo: https://github.com/adamchainz/blacken-docs
16-
rev: "1.19.0"
16+
rev: "1.19.1"
1717
hooks:
1818
- id: blacken-docs
1919
additional_dependencies: [black==23.*]

0 commit comments

Comments
 (0)