Skip to content

Commit 49f78ef

Browse files
Potential fix for code scanning alert no. 6: Workflow does not contain permissions (#30)
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent f9dc1ac commit 49f78ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
dist:
2424
name: Distribution build
2525
runs-on: ubuntu-latest
26+
permissions:
27+
contents: read
2628

2729
steps:
2830
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)