Skip to content

Commit 56ff2bc

Browse files
JamieSinngithub-advanced-security[bot]jonathannorris
authored
chore: Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#170)
* 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> * Update .github/workflows/run-test-harness.yml Co-authored-by: Jonathan Norris <jonathan@taplytics.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Jonathan Norris <jonathan@taplytics.com>
1 parent d30946a commit 56ff2bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77
jobs:
88
harness-tests:
99
name: Harness Tests
10+
permissions:
11+
contents: read
1012
runs-on:
11-
labels: ubuntu-latest-4-core
13+
labels: ubicloud-standard-8
1214
steps:
1315
- uses: DevCycleHQ/test-harness@main
1416
with:

0 commit comments

Comments
 (0)