6363 with :
6464 version-file : .tool-versions
6565 version-type : strict
66- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
66+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6767 with :
6868 path : _build
6969 key : rebar_format-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -88,13 +88,13 @@ jobs:
8888 with :
8989 version-file : .tool-versions
9090 version-type : strict
91- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
91+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
9292 with :
9393 path : _build
9494 key : mix_format-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
9595 restore-keys : |
9696 mix_format-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-
97- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
97+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
9898 with :
9999 path : deps
100100 key : mix_format-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
@@ -137,7 +137,7 @@ jobs:
137137 otp-version : ${{ matrix.otp }}
138138 rebar3-version : " ${{ needs.detectToolVersions.outputs.rebarVersion }}"
139139 version-type : strict
140- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
140+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
141141 with :
142142 path : _build
143143 key : eunit-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -185,7 +185,7 @@ jobs:
185185 otp-version : ${{ matrix.otp }}
186186 rebar3-version : " ${{ needs.detectToolVersions.outputs.rebarVersion }}"
187187 version-type : strict
188- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
188+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
189189 with :
190190 path : _build
191191 key : ct-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -237,13 +237,13 @@ jobs:
237237 rebar3-version : " ${{ needs.detectToolVersions.outputs.rebarVersion }}"
238238 elixir-version : " ${{ matrix.elixir }}"
239239 version-type : strict
240- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
240+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
241241 with :
242242 path : _build
243243 key : mix_test-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
244244 restore-keys : |
245245 mix_test-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-
246- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
246+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
247247 with :
248248 path : deps
249249 key : mix_test-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
@@ -277,7 +277,7 @@ jobs:
277277 with :
278278 version-file : .tool-versions
279279 version-type : strict
280- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
280+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
281281 with :
282282 path : _build
283283 key : mix_test_coverage-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-${{ hashFiles('mix.exs') }}
@@ -291,7 +291,7 @@ jobs:
291291 mkdir cover
292292 mv artifacts/*/*.coverdata cover
293293 rm -rf artifacts
294- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
294+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
295295 with :
296296 path : deps
297297 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:
323323 with :
324324 version-file : .tool-versions
325325 version-type : strict
326- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
326+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
327327 with :
328328 path : _build
329329 key : cover-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -359,7 +359,7 @@ jobs:
359359 with :
360360 version-file : .tool-versions
361361 version-type : strict
362- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
362+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
363363 with :
364364 path : _build
365365 key : lint-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -388,13 +388,13 @@ jobs:
388388 with :
389389 version-file : .tool-versions
390390 version-type : strict
391- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
391+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
392392 with :
393393 path : _build
394394 key : credo-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
395395 restore-keys : |
396396 credo-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-
397- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
397+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
398398 with :
399399 path : deps
400400 key : credo-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
@@ -404,7 +404,7 @@ jobs:
404404 - run : mix deps.compile
405405 - run : mix credo --format sarif > results.sarif
406406 - name : Upload SARIF file
407- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
407+ uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5
408408 with :
409409 sarif_file : results.sarif
410410 category : credo
@@ -426,13 +426,13 @@ jobs:
426426 with :
427427 version-file : .tool-versions
428428 version-type : strict
429- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
429+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
430430 with :
431431 path : _build
432432 key : dialyxir-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
433433 restore-keys : |
434434 dialyxir-build-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-
435- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
435+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
436436 with :
437437 path : deps
438438 key : dialyxir-deps-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('mix.exs') }}
@@ -458,7 +458,7 @@ jobs:
458458 with :
459459 version-file : .tool-versions
460460 version-type : strict
461- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
461+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
462462 with :
463463 path : _build
464464 key : dialyzer-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
@@ -483,7 +483,7 @@ jobs:
483483 with :
484484 version-file : .tool-versions
485485 version-type : strict
486- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
486+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
487487 with :
488488 path : _build
489489 key : hank-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ hashFiles('rebar.config') }}
0 commit comments