Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Pin setup-python action to a commit hash
  • Loading branch information
ShaharNaveh committed Mar 24, 2026
commit a2b2ffdb118840368978a0ab7d87a4716205f79a
2 changes: 1 addition & 1 deletion .github/workflows/pr-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
Loading