We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87388b4 + 39656ca commit 688a9bfCopy full SHA for 688a9bf
2 files changed
.github/workflows/openssf-scorecard.yml
@@ -72,6 +72,6 @@ jobs:
72
73
# Upload the results to GitHub's code scanning dashboard.
74
- name: "Upload to code-scanning"
75
- uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
+ uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
76
with:
77
sarif_file: results.sarif
.pre-commit-config.yaml
@@ -69,7 +69,7 @@ repos:
69
- id: black
70
exclude: "dpnp/_version.py"
71
- repo: https://github.com/pycqa/isort
- rev: 8.0.1
+ rev: 9.0.0a3
hooks:
- id: isort
name: isort (python)
@@ -89,7 +89,7 @@ repos:
89
- flake8-docstrings==1.7.0
90
- flake8-bugbear==24.12.12
91
- repo: https://github.com/pre-commit/mirrors-clang-format
92
- rev: v22.1.3
+ rev: v22.1.4
93
94
- id: clang-format
95
args: ["-i"]
0 commit comments