From 1cb3650250a74befd522b21e144940eae8162e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:44:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .github/workflows/docker-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 409c97da6..4b6ef5adb 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -47,7 +47,7 @@ jobs: echo "GIT_CONFIG_GLOBAL=$GITHUB_WORKSPACE/.gitconfig" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 # Fetch all history for all tags and branches @@ -333,7 +333,7 @@ jobs: image_tag: ${{ steps.version.outputs.image_tag }} version_tag: ${{ steps.version.outputs.version_tag }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Authenticate GitHub CLI run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token @@ -539,7 +539,7 @@ jobs: strategy: matrix: ${{ fromJson(needs.detect-changes.outputs.clients_matrix) }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Authenticate GitHub CLI run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token @@ -723,7 +723,7 @@ jobs: - name: Get runner hostname id: get-hostname run: echo "hostname=$(hostname)" >> $GITHUB_OUTPUT - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Authenticate GitHub CLI run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token