Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Mark workspace as safe
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
set-safe-directory: false
- name: Install non-pip dependencies of the image cache tester library
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "branch=${BRANCH}" >> ${GITHUB_OUTPUT}
shell: bash
- name: Clone image cache tester library
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: viskex/image_cache_tester
ref: ${{ steps.image_cache_tester_library_branch.outputs.branch }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
rm -rf _image_cache_tester_library
shell: bash
- name: Clone notebook repository on notebook branch
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: "${{ inputs.notebook_repository }}"
ref: "${{ inputs.notebook_branch }}"
Expand All @@ -102,7 +102,7 @@ jobs:
run: |
git config --global --add safe.directory _notebook_repository/${{ inputs.notebook_directory }}/.image_cache
- name: Clone notebook repository on image cache branch
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: "${{ inputs.notebook_repository }}"
token: "${{ secrets.REPO_ACCESS_TOKEN || github.token }}"
Expand Down