Skip to content

Commit 5de4058

Browse files
authored
Merge pull request #21 from FyraStack/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents c14e284 + 7ca2e62 commit 5de4058

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)