Skip to content

Commit f9e3c1a

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tck.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- 'LICENSE'
1111
- '.github/CODEOWNERS'
1212

13+
permissions:
14+
contents: read
15+
1316
env:
1417
TCK_VERSION: 0.3.0.beta3
1518
SUT_BASE_URL: http://localhost:41241

0 commit comments

Comments
 (0)