Skip to content

Commit 4f2321d

Browse files
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>
1 parent d0f3acc commit 4f2321d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update_snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- 'dependabot/**'
88

9+
permissions:
10+
contents: write
911
jobs:
1012
update:
1113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)