5959 echo "branch=${BRANCH}" >> ${GITHUB_OUTPUT}
6060 shell : bash
6161 - name : Clone image cache tester library
62- uses : actions/checkout@v6
62+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363 with :
6464 repository : viskex/image_cache_tester
6565 ref : ${{ steps.image_cache_tester_library_branch.outputs.branch }}
9191 rm -rf _image_cache_tester_library
9292 shell : bash
9393 - name : Clone notebook repository on notebook branch
94- uses : actions/checkout@v6
94+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595 with :
9696 repository : " ${{ inputs.notebook_repository }}"
9797 ref : " ${{ inputs.notebook_branch }}"
@@ -100,7 +100,7 @@ jobs:
100100 run : |
101101 git config --global --add safe.directory _notebook_repository/${{ inputs.notebook_directory }}/.image_cache
102102 - name : Clone notebook repository on image cache branch
103- uses : actions/checkout@v6
103+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 with :
105105 repository : " ${{ inputs.notebook_repository }}"
106106 token : " ${{ secrets.REPO_ACCESS_TOKEN || github.token }}"
@@ -145,7 +145,7 @@ jobs:
145145 working-directory : _notebook_repository
146146 - name : Upload notebooks logs as an artifact in case of failure
147147 if : failure() || cancelled()
148- uses : actions/upload-artifact@v7
148+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
149149 with :
150150 name : " image-cache-test-logs-${{ matrix.backend }}"
151151 path : |
0 commit comments