From eb7682887bc0ad0cc91e2e65468871ad91e5703c Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:38:48 +0800 Subject: [PATCH] ci: pin checkout in manual strategy switch Co-Authored-By: Codex --- .github/workflows/manual-strategy-switch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-strategy-switch.yml b/.github/workflows/manual-strategy-switch.yml index 2251a21..7dbfef0 100644 --- a/.github/workflows/manual-strategy-switch.yml +++ b/.github/workflows/manual-strategy-switch.yml @@ -181,7 +181,7 @@ jobs: RUNTIME_SETTINGS_BINANCE_REPO: ${{ vars.RUNTIME_SETTINGS_BINANCE_REPO }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Enforce write safety gates run: |