Skip to content

Commit cb213d9

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
merge:
1414
name: "Merge"
1515
runs-on: "ubuntu-latest"
16+
permissions:
17+
contents: read
18+
pull-requests: write
1619
if: >
1720
github.event.workflow_run.event == 'pull_request' &&
1821
github.event.workflow_run.conclusion == 'success' &&

0 commit comments

Comments
 (0)