@@ -323,21 +323,21 @@ jobs:
323323 curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
324324 fi
325325
326- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
326+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
327327 with :
328328 # For coverage builds fetch the whole history, else only 1 commit using a 'fake ternary'
329329 fetch-depth : ${{ matrix.coverage && '0' || '1' }}
330330
331331 - name : Cache ccache
332- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
332+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
333333 if : env.B2_USE_CCACHE
334334 with :
335335 path : ~/.ccache
336336 key : ${{matrix.os}}-${{matrix.container}}-${{matrix.xcode_app}}${{matrix.compiler}}-${{github.sha}}
337337 restore-keys : ${{matrix.os}}-${{matrix.container}}-${{matrix.xcode_app}}${{matrix.compiler}}-
338338
339339 - name : Fetch Boost.CI
340- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
340+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
341341 with :
342342 repository : boostorg/boost-ci
343343 ref : master
@@ -441,7 +441,7 @@ jobs:
441441
442442 - name : Upload coverage
443443 if : matrix.coverage
444- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
444+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
445445 with :
446446 fail_ci_if_error : true
447447 disable_search : true
@@ -592,7 +592,7 @@ jobs:
592592
593593 - name : Upload coverage
594594 if : matrix.coverage
595- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
595+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
596596 with :
597597 disable_search : true
598598 files : __out/cobertura.xml
@@ -739,7 +739,7 @@ jobs:
739739 - name : Cache CMake
740740 if : matrix.cmake_version
741741 id : cache-cmake
742- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
742+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
743743 with :
744744 path : /tmp/cmake
745745 key : ${{runner.os}}-cmake-${{matrix.cmake_version}}
@@ -775,7 +775,7 @@ jobs:
775775 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
776776
777777 - name : Cache ccache
778- uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
778+ uses : hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
779779 if : runner.os == 'Linux'
780780 with :
781781 create-symlink : true
0 commit comments