63
63
with :
64
64
version-file : .tool-versions
65
65
version-type : strict
66
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
66
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
67
67
with :
68
68
path : _build
69
69
key : rebar_format-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -88,13 +88,13 @@ jobs:
88
88
with :
89
89
version-file : .tool-versions
90
90
version-type : strict
91
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
91
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
92
92
with :
93
93
path : _build
94
94
key : mix_format-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
95
95
restore-keys : |
96
96
mix_format-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-
97
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
97
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
98
98
with :
99
99
path : deps
100
100
key : mix_format-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
@@ -137,7 +137,7 @@ jobs:
137
137
otp-version : ${{ matrix.otp }}
138
138
rebar3-version : " ${{ needs.detectToolVersions.outputs.rebarVersion }}"
139
139
version-type : strict
140
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
140
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
141
141
with :
142
142
path : _build
143
143
key : eunit-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -185,7 +185,7 @@ jobs:
185
185
otp-version : ${{ matrix.otp }}
186
186
rebar3-version : " ${{ needs.detectToolVersions.outputs.rebarVersion }}"
187
187
version-type : strict
188
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
188
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
189
189
with :
190
190
path : _build
191
191
key : ct-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -237,13 +237,13 @@ jobs:
237
237
rebar3-version : " ${{ needs.detectToolVersions.outputs.rebarVersion }}"
238
238
elixir-version : " ${{ matrix.elixir }}"
239
239
version-type : strict
240
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
240
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
241
241
with :
242
242
path : _build
243
243
key : mix_test-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
244
244
restore-keys : |
245
245
mix_test-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-
246
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
246
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
247
247
with :
248
248
path : deps
249
249
key : mix_test-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
@@ -277,7 +277,7 @@ jobs:
277
277
with :
278
278
version-file : .tool-versions
279
279
version-type : strict
280
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
280
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
281
281
with :
282
282
path : _build
283
283
key : mix_test_coverage-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
@@ -291,7 +291,7 @@ jobs:
291
291
mkdir cover
292
292
mv artifacts/*/*.coverdata cover
293
293
rm -rf artifacts
294
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
294
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
295
295
with :
296
296
path : deps
297
297
key : mix_test_coverage-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
@@ -323,7 +323,7 @@ jobs:
323
323
with :
324
324
version-file : .tool-versions
325
325
version-type : strict
326
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
326
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
327
327
with :
328
328
path : _build
329
329
key : cover-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -359,7 +359,7 @@ jobs:
359
359
with :
360
360
version-file : .tool-versions
361
361
version-type : strict
362
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
362
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
363
363
with :
364
364
path : _build
365
365
key : lint-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -388,13 +388,13 @@ jobs:
388
388
with :
389
389
version-file : .tool-versions
390
390
version-type : strict
391
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
391
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
392
392
with :
393
393
path : _build
394
394
key : credo-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
395
395
restore-keys : |
396
396
credo-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-
397
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
397
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
398
398
with :
399
399
path : deps
400
400
key : credo-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
@@ -404,7 +404,7 @@ jobs:
404
404
- run : mix deps.compile
405
405
- run : mix credo --format sarif > results.sarif
406
406
- name : Upload SARIF file
407
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
407
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
408
408
with :
409
409
sarif_file : results.sarif
410
410
category : credo
@@ -426,13 +426,13 @@ jobs:
426
426
with :
427
427
version-file : .tool-versions
428
428
version-type : strict
429
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
429
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
430
430
with :
431
431
path : _build
432
432
key : dialyxir-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
433
433
restore-keys : |
434
434
dialyxir-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-
435
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
435
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
436
436
with :
437
437
path : deps
438
438
key : dialyxir-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
@@ -458,7 +458,7 @@ jobs:
458
458
with :
459
459
version-file : .tool-versions
460
460
version-type : strict
461
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
461
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
462
462
with :
463
463
path : _build
464
464
key : dialyzer-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -483,7 +483,7 @@ jobs:
483
483
with :
484
484
version-file : .tool-versions
485
485
version-type : strict
486
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
486
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
487
487
with :
488
488
path : _build
489
489
key : hank-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
0 commit comments