Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit acb7170

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 d4b76ca commit acb7170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
required: false
1212
default: "ai/smollm2"
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
e2e-shell-tests:
1619
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)