Skip to content

Commit e6b4583

Browse files
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#65)
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 b8e6aa8 commit e6b4583

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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@v5

0 commit comments

Comments
 (0)