Skip to content

Commit c718e7a

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-all-tests-main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: [main]
55
workflow_dispatch:
6+
permissions:
7+
contents: read
68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}
810
cancel-in-progress: true

0 commit comments

Comments
 (0)