Skip to content

Commit cf59986

Browse files
authored
ci: pin checkout in manual strategy switch (#197)
Pins the Manual Strategy Switch checkout action to the verified v6.1.0 commit.
1 parent d252705 commit cf59986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-strategy-switch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
RUNTIME_SETTINGS_BINANCE_REPO: ${{ vars.RUNTIME_SETTINGS_BINANCE_REPO }}
182182
steps:
183183
- name: Checkout
184-
uses: actions/checkout@v6
184+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
185185

186186
- name: Enforce write safety gates
187187
run: |

0 commit comments

Comments
 (0)