Skip to content

Commit 7ca2e62

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 14e43f2 commit 7ca2e62

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_riscv_rva23.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
pull_request:
66

7+
permissions:
8+
contents: read
9+
actions: read
10+
711
env:
812
CARGO_TERM_COLOR: always
913

0 commit comments

Comments
 (0)