Skip to content

Commit 02c5fcf

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/download-artifact-5.0.0
2 parents 5c1ca1b + c42193e commit 02c5fcf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242
env:
4343
CACHE_NUMBER: 0 # Increase to reset cache
4444
with:
@@ -108,7 +108,7 @@ jobs:
108108
activate-environment: ""
109109

110110
- name: Cache conda packages
111-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
111+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
112112
env:
113113
CACHE_NUMBER: 3 # Increase to reset cache
114114
with:
@@ -194,7 +194,7 @@ jobs:
194194
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
195195
196196
- name: Cache conda packages
197-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
197+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
198198
env:
199199
CACHE_NUMBER: 0 # Increase to reset cache
200200
with:
@@ -269,7 +269,7 @@ jobs:
269269
more lockfile
270270
271271
- name: Cache conda packages
272-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
272+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
273273
env:
274274
CACHE_NUMBER: 3 # Increase to reset cache
275275
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
72+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)