Skip to content

Commit 0198ac1

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-test-harness.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
harness-tests:
99
name: Harness Tests
10+
permissions:
11+
contents: read
1012
runs-on:
1113
labels: ubuntu-latest-4-core
1214
steps:

0 commit comments

Comments
 (0)