Skip to content

Commit 76c5c85

Browse files
committed
Merge branch '914_adv-indexing-outshape-outsplit' of github.com:helmholtz-analytics/heat into 914_adv-indexing-outshape-outsplit
2 parents f415953 + 9f0543b commit 76c5c85

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/array-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
path: heat
1919
- name: Setup MPI
20-
uses: mpi4py/setup-mpi@dbbb80b116bea57fc1788daf7dbbf7ab3df3a0f1 # v1.4.2
20+
uses: mpi4py/setup-mpi@f200dce75b64188be849b46657dcf86c721937b2 # v1.4.3
2121
with:
2222
mpi: ${{ matrix.mpi }}
2323
- name: Use Python ${{ matrix.python-version }}

.github/workflows/push_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
name: Check REUSE compliance
9898
steps:
9999
- name: Harden Runner
100-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
100+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
101101
with:
102102
egress-policy: audit
103103

104104
- name: Checkout
105-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
105+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
106106

107107
- name: Setup Python
108108
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

.github/workflows/weekly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
33+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3434
with:
3535
languages: python
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
37+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3838
with:
3939
category: "/language:python"
4040
scorecard:
@@ -83,7 +83,7 @@ jobs:
8383

8484
# Upload the results to GitHub's code scanning dashboard.
8585
- name: "Upload to code-scanning"
86-
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
86+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
8787
with:
8888
sarif_file: results.sarif
8989
check-links:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.15.16
29+
rev: v0.15.17
3030
hooks:
3131
# Run the linter.
3232
- id: ruff

0 commit comments

Comments
 (0)