Skip to content

Commit da31797

Browse files
authored
Merge branch 'master' into update_reshape
2 parents 392c2ab + c3c194c commit da31797

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
130130

131131
- name: Cache conda packages
132-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
132+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
133133
env:
134134
CACHE_NUMBER: 1 # Increase to reset cache
135135
with:
@@ -229,7 +229,7 @@ jobs:
229229
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
230230

231231
- name: Cache conda packages
232-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
232+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
233233
env:
234234
CACHE_NUMBER: 1 # Increase to reset cache
235235
with:
@@ -373,7 +373,7 @@ jobs:
373373
run: more lockfile
374374

375375
- name: Cache conda packages
376-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
376+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
377377
env:
378378
CACHE_NUMBER: 1 # Increase to reset cache
379379
with:

.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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
71+
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)