Skip to content

Commit da3fedf

Browse files
fix: pin GitHub Actions to SHA for supply chain security (#10)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent feabe43 commit da3fedf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
1212
- name: Build
1313
run: cargo build --verbose
1414
- name: Run tests

0 commit comments

Comments
 (0)