From a2b2ffdb118840368978a0ab7d87a4716205f79a Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:01:18 +0100 Subject: [PATCH] Pin setup-python action to a commit hash --- .github/workflows/pr-format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-format.yaml b/.github/workflows/pr-format.yaml index ece3dfbbf64..48e19f5dd5f 100644 --- a/.github/workflows/pr-format.yaml +++ b/.github/workflows/pr-format.yaml @@ -50,7 +50,7 @@ jobs: - name: Run ruff check import sorting run: ruff check --select I --fix - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ env.PYTHON_VERSION }}