Skip to content

Commit 2d28c30

Browse files
authored
Merge branch 'master' into bump-conda-index
2 parents 3bc2ea2 + 2233a8c commit 2d28c30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
75+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7676
with:
7777
sarif_file: results.sarif

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
- id: black
6666
exclude: "dpnp/_version.py"
6767
- repo: https://github.com/pycqa/isort
68-
rev: 6.1.0
68+
rev: 7.0.0
6969
hooks:
7070
- id: isort
7171
name: isort (python)

0 commit comments

Comments
 (0)