From 943627131a7cbfc1f36e177ef7060ef7004369be Mon Sep 17 00:00:00 2001 From: Mrityunjay Raj Date: Fri, 13 Feb 2026 23:24:29 +0530 Subject: [PATCH] ci: pin psf/black action to commit SHA, fixes #9317 --- .github/workflows/black.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index b54c859d9..e17f825a2 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -15,6 +15,6 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v6 - - uses: psf/black@stable + - uses: psf/black@6305bf1ae645ab7541be4f5028a86239316178eb # 26.1.0 with: version: "~= 24.0"