Skip to content

Commit 28976dd

Browse files
authored
Merge branch 'master' into impl-searchsorted
2 parents e5a6d37 + b57d71f commit 28976dd

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
@@ -108,7 +108,7 @@ jobs:
108108
run: conda install conda-build=${{ env.CONDA_BUILD_VERSION}}
109109

110110
- name: Cache conda packages
111-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
112112
env:
113113
CACHE_NUMBER: 1 # Increase to reset cache
114114
with:
@@ -199,7 +199,7 @@ jobs:
199199
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
200200

201201
- name: Cache conda packages
202-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
203203
env:
204204
CACHE_NUMBER: 1 # Increase to reset cache
205205
with:
@@ -338,7 +338,7 @@ jobs:
338338
run: more lockfile
339339

340340
- name: Cache conda packages
341-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
341+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
342342
env:
343343
CACHE_NUMBER: 1 # Increase to reset cache
344344
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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
71+
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)