Skip to content

Commit bc3fe81

Browse files
🐛 fix(github_action): provide explicit permissions to restrict down the access (#743)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent b0e2560 commit bc3fe81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust_format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
name: Rust format and clippy checks
3+
permissions:
4+
contents: read
35
on:
46
push:
57
branches:

0 commit comments

Comments
 (0)