From d2d4930015998939f7954e7f234b0ce011c2ae10 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 8 Sep 2025 18:25:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .github/actions/update_version/action.yaml | 4 ++-- .github/workflows/gradle-dependency-submit.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/update_version/action.yaml b/.github/actions/update_version/action.yaml index 108afca..be62bb4 100644 --- a/.github/actions/update_version/action.yaml +++ b/.github/actions/update_version/action.yaml @@ -11,7 +11,7 @@ runs: using: composite steps: - name: Update the worktree - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: ref: ${{ github.ref_name }} token: ${{ inputs.token }} @@ -37,7 +37,7 @@ runs: git push origin "${{ github.ref_name }}" - name: Update the worktree, revert to the default token - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: ref: ${{ github.ref_name }} token: ${{ github.token }} diff --git a/.github/workflows/gradle-dependency-submit.yaml b/.github/workflows/gradle-dependency-submit.yaml index 2af29b1..b205406 100644 --- a/.github/workflows/gradle-dependency-submit.yaml +++ b/.github/workflows/gradle-dependency-submit.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set up JDK 21 uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8c31c33..ba9e53d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: fi - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: true