Merge pull request #9318 from mr-raj12/pin-black-action-sha
Some checks are pending
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run

ci: pin psf/black action to commit SHA, fixes #9317
This commit is contained in:
TW 2026-02-13 19:57:36 +01:00 committed by GitHub
commit 0c989a0e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"