Skip to content

Commit 694bf29

Browse files
authored
pipeline security (#22)
1 parent f48e67d commit 694bf29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
target: x86_64-pc-windows-msvc
5555
steps:
5656
- uses: actions/checkout@v4
57+
with:
58+
persist-credentials: false
5759
- name: Install Rust (rustup)
5860
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
5961
shell: bash

0 commit comments

Comments
 (0)