Skip to content

Commit d1f0bfc

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-typecheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# Make this a reusable workflow, no value needed
66
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
77

8+
permissions:
9+
contents: read
10+
811
env:
912
TURBO_TELEMETRY_DISABLED: 1
1013

0 commit comments

Comments
 (0)