Skip to content

Commit 3c00f70

Browse files
Potential fix for code scanning alert no. 6: Workflow does not contain permissions (#344)
Signed-off-by: Zac Rosenbauer <zac@joggr.io> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent dfa5eec commit 3c00f70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
name: 'Dependabot (auto-merge)'
4242
needs: [ci]
4343
runs-on: ubuntu-latest
44+
permissions:
45+
contents: read
46+
pull-requests: write
4447
timeout-minutes: 5
4548
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
4649
steps:

0 commit comments

Comments
 (0)