File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4848
4949 - name : Cache conda packages
50- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
50+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5151 env :
5252 CACHE_NUMBER : 0 # Increase to reset cache
5353 with :
@@ -129,7 +129,7 @@ jobs:
129129 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
130130
131131 - name : Cache conda packages
132- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
132+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
133133 env :
134134 CACHE_NUMBER : 0 # Increase to reset cache
135135 with :
@@ -195,7 +195,7 @@ jobs:
195195 conda list -n base
196196
197197 - name : Cache conda packages
198- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
198+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
199199 env :
200200 CACHE_NUMBER : 3 # Increase to reset cache
201201 with :
@@ -296,7 +296,7 @@ jobs:
296296 run : Get-Content -Path .\lockfile
297297
298298 - name : Cache conda packages
299- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
299+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
300300 env :
301301 CACHE_NUMBER : 0 # Increase to reset cache
302302 with :
Original file line number Diff line number Diff line change 3636 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3737
3838 - name : Cache conda packages
39- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
39+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4040 env :
4141 CACHE_NUMBER : 0 # Increase to reset cache
4242 with :
@@ -128,7 +128,7 @@ jobs:
128128 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
129129
130130 - name : Cache conda packages
131- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
131+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
132132 env :
133133 CACHE_NUMBER : 0 # Increase to reset cache
134134 with :
@@ -184,7 +184,7 @@ jobs:
184184 conda list -n base
185185
186186 - name : Cache conda packages
187- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
187+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
188188 env :
189189 CACHE_NUMBER : 3 # Increase to reset cache
190190 with :
@@ -284,7 +284,7 @@ jobs:
284284 run : Get-Content -Path .\lockfile
285285
286286 - name : Cache conda packages
287- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
287+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
288288 env :
289289 CACHE_NUMBER : 0 # Increase to reset cache
290290 with :
Original file line number Diff line number Diff line change 6969
7070 # Upload the results to GitHub's code scanning dashboard.
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
72+ uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments