From b4904c00efa7e4a43f61a44262fe98f21c46cda8 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:24:02 +0000 Subject: [PATCH] Update actions/checkout digest to 93cb6ef --- .github/workflows/auto-release.yaml | 2 +- .github/workflows/pullrequest-verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 04beeb67..f4b02337 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: fetch-depth: 0 diff --git a/.github/workflows/pullrequest-verify.yaml b/.github/workflows/pullrequest-verify.yaml index efba3577..1437e062 100644 --- a/.github/workflows/pullrequest-verify.yaml +++ b/.github/workflows/pullrequest-verify.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-24.04 environment: testnet steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Setup .NET Core SDK from global.json uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5