Skip to content

Commit 08241a9

Browse files
authored
Merge branch 'master' into update-path-to-cl.cfg
2 parents 42cb8cc + e5ab49b commit 08241a9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fetch-depth: 0
8484

8585
- name: Download artifact
86-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
86+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8787
with:
8888
name: ${{ env.environment-file-name }}
8989
path: ${{ env.environment-file-loc }}
@@ -176,7 +176,7 @@ jobs:
176176
fetch-depth: 0
177177

178178
- name: Download artifact
179-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
179+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
180180
with:
181181
name: ${{ env.environment-file-name }}
182182
path: ${{ env.environment-file-loc }}

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
path: ${{ env.dpnp-repo-path }}
150150

151151
- name: Download artifact
152-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
152+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
153153
with:
154154
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
155155
path: ${{ env.pkg-path-in-channel }}
@@ -281,7 +281,7 @@ jobs:
281281
path: ${{ env.dpnp-repo-path }}
282282

283283
- name: Download artifact
284-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
284+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
285285
with:
286286
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
287287
path: ${{ env.pkg-path-in-channel }}
@@ -445,12 +445,12 @@ jobs:
445445
fetch-depth: ${{ env.fetch-depth }}
446446

447447
- name: Download artifact
448-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
448+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
449449
with:
450450
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
451451

452452
- name: Download wheels artifact
453-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
453+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
454454
with:
455455
name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
456456

@@ -533,7 +533,7 @@ jobs:
533533
path: ${{ env.dpnp-repo-path }}
534534

535535
- name: Download artifact
536-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
536+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
537537
with:
538538
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
539539
path: ${{ env.pkg-path-in-channel }}

.github/workflows/openssf-scorecard.yml

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

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
71+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7272
with:
7373
sarif_file: results.sarif

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Set up python
32-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
32+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3333
with:
3434
python-version: '3.13'
3535

0 commit comments

Comments
 (0)