Skip to content

Commit 7d0127e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
jobs:
1414
test:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
1618

1719
strategy:
1820
fail-fast: false

0 commit comments

Comments
 (0)