Skip to content

Commit 05e039a

Browse files
Potential fix for code scanning alert no. 180: 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 05e039a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_x86.yml

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

7+
permissions:
8+
contents: read
9+
710
env:
811
CARGO_TERM_COLOR: always
912
SCCACHE_GHA_ENABLED: "true"

0 commit comments

Comments
 (0)