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 @@ -129,7 +129,7 @@ jobs:
129
129
run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
130
130
131
131
- name : Cache conda packages
132
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
132
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
133
133
env :
134
134
CACHE_NUMBER : 1 # Increase to reset cache
135
135
with :
@@ -229,7 +229,7 @@ jobs:
229
229
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
230
230
231
231
- name : Cache conda packages
232
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
232
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
233
233
env :
234
234
CACHE_NUMBER : 1 # Increase to reset cache
235
235
with :
@@ -373,7 +373,7 @@ jobs:
373
373
run : more lockfile
374
374
375
375
- name : Cache conda packages
376
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
376
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
377
377
env :
378
378
CACHE_NUMBER : 1 # Increase to reset cache
379
379
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
71
+ uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments