File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
run : conda install conda-build=${{ env.CONDA_BUILD_VERSION}}
109
109
110
110
- name : Cache conda packages
111
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
112
112
env :
113
113
CACHE_NUMBER : 1 # Increase to reset cache
114
114
with :
@@ -199,7 +199,7 @@ jobs:
199
199
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
200
200
201
201
- name : Cache conda packages
202
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
203
203
env :
204
204
CACHE_NUMBER : 1 # Increase to reset cache
205
205
with :
@@ -338,7 +338,7 @@ jobs:
338
338
run : more lockfile
339
339
340
340
- name : Cache conda packages
341
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
341
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
342
342
env :
343
343
CACHE_NUMBER : 1 # Increase to reset cache
344
344
with :
Original file line number Diff line number Diff line change 68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- 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
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments