Skip to content

Commit e2bf5d9

Browse files
committed
Test setting specific hash on action
1 parent da3a519 commit e2bf5d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,8 @@ jobs:
131131
with:
132132
python-version: ${{ matrix.python-version }}
133133

134-
- uses: actions-rs/toolchain@v1
135-
with:
136-
toolchain: stable
134+
# Requires pinning to specific hash: https://infra.apache.org/github-actions-policy.html
135+
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
137136

138137
- run: rm LICENSE.txt
139138
- name: Download LICENSE.txt

0 commit comments

Comments
 (0)