Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 460c973

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#32)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ab0a1e8 commit 460c973

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test
22

33
on: [pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
test:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)