Skip to content

Commit c38b8ca

Browse files
authored
Merge branch 'master' into permit-build-python-3.13
2 parents 39ebb50 + 0383d88 commit c38b8ca

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
@@ -69,6 +69,6 @@ jobs:
6969

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
72+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
7373
with:
7474
sarif_file: results.sarif

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- python
2121
- setuptools >=77
2222
- mkl-devel
23-
- mkl-devel 2024.2.* # [py==39 or py==310]
23+
- mkl-devel 2024.2.* # [py==39]
2424
- cython
2525
- numpy-base
2626
run:

0 commit comments

Comments
 (0)