Skip to content

Commit 765ecf2

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#126)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 796c2aa commit 765ecf2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/visual-regression.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- main
1010
merge_group:
1111

12+
permissions:
13+
contents: read
14+
actions: write
15+
1216
env:
1317
VISUAL_REGRESSION_SNAPSHOT_DIRECTORY: "__image_snapshots__"
1418

0 commit comments

Comments
 (0)