Skip to content

Commit 9640cc3

Browse files
authored
Pin workflow hashes (#232)
To comply with the new org-wide policy.
1 parent ae40a1f commit 9640cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
name: ${{ matrix.name }}
1818
steps:
1919
- name: Check out repository
20-
uses: actions/checkout@v5
21-
- uses: actions/setup-python@v5
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2222
with:
2323
python-version-file: '.python-version'
2424
cache: 'pip'

0 commit comments

Comments
 (0)