Skip to content

Commit a3b3fce

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-7.0.0
2 parents bb4c50d + 783f298 commit a3b3fce

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-onemath.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888

8989
- name: Download artifact
90-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
90+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9191
with:
9292
name: ${{ env.environment-file-name }}
9393
path: ${{ env.environment-file-loc }}
@@ -181,7 +181,7 @@ jobs:
181181
fetch-depth: 0
182182

183183
- name: Download artifact
184-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
184+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
185185
with:
186186
name: ${{ env.environment-file-name }}
187187
path: ${{ env.environment-file-loc }}

.github/workflows/conda-package.yml

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

153153
- name: Download artifact
154-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
154+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
155155
with:
156156
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
157157
path: ${{ env.pkg-path-in-channel }}
@@ -280,7 +280,7 @@ jobs:
280280
path: ${{ env.dpnp-repo-path }}
281281

282282
- name: Download artifact
283-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
283+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
284284
with:
285285
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
286286
path: ${{ env.pkg-path-in-channel }}
@@ -439,12 +439,12 @@ jobs:
439439
fetch-depth: ${{ env.fetch-depth }}
440440

441441
- name: Download artifact
442-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
442+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
443443
with:
444444
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
445445

446446
- name: Download wheels artifact
447-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
447+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
448448
with:
449449
name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
450450

@@ -528,7 +528,7 @@ jobs:
528528
path: ${{ env.dpnp-repo-path }}
529529

530530
- name: Download artifact
531-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
531+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
532532
with:
533533
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
534534
path: ${{ env.pkg-path-in-channel }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/PyCQA/bandit
5-
rev: '1.9.3'
5+
rev: '1.9.4'
66
hooks:
77
- id: bandit
88
pass_filenames: false

0 commit comments

Comments
 (0)