Skip to content

Commit b8bb53b

Browse files
authored
Merge branch 'IntelPython:master' into feature-sparse-linalg-solvers
2 parents 2f62140 + 45e5230 commit b8bb53b

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
sudo apt-get install -y nvidia-cuda-toolkit clinfo
9595
9696
- name: Checkout repo
97-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
97+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9898
with:
9999
fetch-depth: 0
100100

@@ -263,7 +263,7 @@ jobs:
263263
timeout-minutes: 10
264264

265265
steps:
266-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
266+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
267267
with:
268268
fetch-depth: 0
269269

.github/workflows/check-onemath.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
access_token: ${{ github.token }}
4040

4141
- name: Checkout DPNP repo
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
fetch-depth: 0
4545

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout DPNP repo
85-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
85+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8686
with:
8787
fetch-depth: 0
8888

@@ -202,7 +202,7 @@ jobs:
202202

203203
steps:
204204
- name: Checkout DPNP repo
205-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
205+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
206206
with:
207207
fetch-depth: 0
208208

@@ -213,7 +213,7 @@ jobs:
213213
path: ${{ env.environment-file-loc }}
214214

215215
- name: Checkout oneMKL repo
216-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
216+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
217217
with:
218218
repository: 'oneapi-src/oneMKL'
219219
ref: 'develop'

.github/workflows/conda-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
access_token: ${{ github.token }}
5555

5656
- name: Checkout DPNP repo
57-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5858
with:
5959
fetch-depth: 0
6060

@@ -145,7 +145,7 @@ jobs:
145145
swap-size-gb: 8
146146

147147
- name: Checkout DPNP repo
148-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
149149
with:
150150
fetch-depth: ${{ env.fetch-depth }}
151151
path: ${{ env.dpnp-repo-path }}
@@ -296,7 +296,7 @@ jobs:
296296

297297
steps:
298298
- name: Checkout DPNP repo
299-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
299+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
300300
with:
301301
fetch-depth: ${{ env.fetch-depth }}
302302
path: ${{ env.dpnp-repo-path }}
@@ -476,7 +476,7 @@ jobs:
476476
477477
steps:
478478
- name: Checkout DPNP repo
479-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
479+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
480480
with:
481481
fetch-depth: ${{ env.fetch-depth }}
482482

@@ -560,7 +560,7 @@ jobs:
560560

561561
steps:
562562
- name: Checkout DPNP repo
563-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
563+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
564564
with:
565565
fetch-depth: ${{ env.fetch-depth }}
566566
path: ${{ env.dpnp-repo-path }}
@@ -633,7 +633,7 @@ jobs:
633633
python -c "import dpnp; print(dpnp.__version__)"
634634
635635
- name: Clone array API tests repo
636-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
636+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
637637
with:
638638
repository: 'data-apis/array-api-tests'
639639
path: ${{ env.array-api-tests-path }}
@@ -716,7 +716,7 @@ jobs:
716716

717717
steps:
718718
- name: Checkout DPNP repo
719-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
719+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
720720
with:
721721
fetch-depth: ${{ env.fetch-depth }}
722722

@@ -742,7 +742,7 @@ jobs:
742742
activate-environment: ${{ env.cleanup-env-name }}
743743

744744
- name: Checkout repo
745-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
745+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
746746
with:
747747
repository: IntelPython/devops-tools
748748
fetch-depth: ${{ env.fetch-depth }}

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
intel-oneapi-compiler-dpcpp-cpp-2025.3
6161
6262
- name: Checkout repo
63-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
63+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6464
with:
6565
fetch-depth: 0
6666

.github/workflows/openssf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: "Checkout code"
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141
with:
4242
persist-credentials: false
4343

@@ -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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
75+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7676
with:
7777
sarif_file: results.sarif

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout DPNP repo
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828

2929
- name: Set up python
3030
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pylint
2424
2525
- name: Checkout DPNP repo
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
with:
2828
# use commit hash to make "no-commit-to-branch" check passing
2929
ref: ${{ github.sha }}

0 commit comments

Comments
 (0)