Skip to content

Commit 372280e

Browse files
authored
Pin setup-python action to a commit hash (RustPython#7494)
1 parent 82432be commit 372280e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run ruff check import sorting
5151
run: ruff check --select I --fix
5252

53-
- uses: actions/setup-python@v6.2.0
53+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656

0 commit comments

Comments
 (0)