Skip to content

Commit f8be989

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-6.0.1
2 parents 9975428 + 7f055fc commit f8be989

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3939
4040
- name: Cache conda packages
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
41+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4242
env:
4343
CACHE_NUMBER: 0 # Increase to reset cache
4444
with:
@@ -110,7 +110,7 @@ jobs:
110110
python-version: '3.13' # no python 3.14 support by conda-build
111111

112112
- name: Cache conda packages
113-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
113+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
114114
env:
115115
CACHE_NUMBER: 3 # Increase to reset cache
116116
with:
@@ -193,7 +193,7 @@ jobs:
193193
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
194194
195195
- name: Cache conda packages
196-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
196+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
197197
env:
198198
CACHE_NUMBER: 0 # Increase to reset cache
199199
with:
@@ -271,7 +271,7 @@ jobs:
271271
more lockfile
272272
273273
- name: Cache conda packages
274-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
274+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
275275
env:
276276
CACHE_NUMBER: 3 # Increase to reset cache
277277
with:

.github/workflows/openssf-scorecard.yml

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

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
72+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)