From 6c9c7f99dd751b67e882c4ce84074bd35cc67aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:24:45 +0000 Subject: [PATCH] Update actions/checkout digest to 09d2aca --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1c77c316..d514fda3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f with: persist-credentials: false submodules: recursive @@ -126,7 +126,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f with: persist-credentials: false submodules: recursive @@ -177,7 +177,7 @@ jobs: outputs: val: ${{ steps.host.outputs.manifest }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f with: persist-credentials: false submodules: recursive @@ -237,7 +237,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f with: persist-credentials: false submodules: recursive