chore(sec): remove not needed permissions (#1442)

this PR removes a few permissions in CI where I don't think they are
needed
This commit is contained in:
Frank Elsinga
2025-10-10 15:40:03 +02:00
committed by GitHub
parent 13ce1039ee
commit 8cd5e28f3a
4 changed files with 23 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ permissions: write-all
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata