2121 container : egecetinn/alpine@sha256:9e2b9bedd5f930f7b03a459976f72eb329efb01995569e72a270ead4d07200d6
2222 steps :
2323 - name : Checkout Code
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
24+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2525 with :
2626 submodules : recursive
2727 - name : Fix checkout ownership
@@ -40,14 +40,14 @@ jobs:
4040 container : egecetinn/ubuntu2404@sha256:0f63b02fe3dcd1a03d299000466713596df974a657005e27cda42155f652134d
4141 steps :
4242 - name : Checkout Code
43- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
43+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4444 with :
4545 submodules : recursive
4646 - name : Prepare
4747 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
4848 - name : Restore ccache
4949 id : ccache-restore
50- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
50+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5151 with :
5252 path : |
5353 ${{ env.CCACHE_DIR }}
6161 - name : Run tests
6262 run : ctest --output-on-failure --test-dir build
6363 - name : Save ccache
64- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
64+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6565 with :
6666 path : ${{ env.CCACHE_DIR }}
6767 key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -74,14 +74,14 @@ jobs:
7474 sanitizer : [ASAN, USAN]
7575 steps :
7676 - name : Checkout Code
77- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
77+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7878 with :
7979 submodules : recursive
8080 - name : Prepare
8181 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
8282 - name : Restore ccache
8383 id : ccache-restore
84- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
84+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8585 with :
8686 path : |
8787 ${{ env.CCACHE_DIR }}
9595 - name : Run tests
9696 run : ctest --output-on-failure --test-dir build
9797 - name : Save ccache
98- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
98+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9999 with :
100100 path : ${{ env.CCACHE_DIR }}
101101 key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -118,14 +118,14 @@ jobs:
118118
119119 steps :
120120 - name : Checkout Code
121- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
121+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
122122 with :
123123 submodules : recursive
124124 - name : Prepare
125125 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
126126 - name : Restore ccache
127127 id : ccache-restore
128- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
128+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
129129 with :
130130 path : |
131131 ${{ env.CCACHE_DIR }}
@@ -139,7 +139,7 @@ jobs:
139139 - name : Run Tests
140140 run : ctest --output-on-failure --test-dir build
141141 - name : Save ccache
142- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
142+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
143143 with :
144144 path : ${{ env.CCACHE_DIR }}
145145 key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
0 commit comments