Skip to content

Commit 487dd98

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> Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com>
1 parent 0496eb5 commit 487dd98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
build:
3636

3737
runs-on: ${{ matrix.os }}
38+
permissions:
39+
contents: read
3840
strategy:
3941
matrix:
4042
os: [ windows-latest, macos-latest ]

0 commit comments

Comments
 (0)