diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-18 22:33:00 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-18 22:33:00 +0200 |
commit | a0ef01ecbd5f4892adb48c61a85a4c9e79d4fb57 (patch) | |
tree | be90323881f5b66976e86d26ba79c5c59654fc23 /.github/workflows/ci.yaml | |
parent | 9c1aff826590c66bacfb6b6b9c0c65c839783383 (diff) | |
download | warden-a0ef01ecbd5f4892adb48c61a85a4c9e79d4fb57.tar.bz2 warden-a0ef01ecbd5f4892adb48c61a85a4c9e79d4fb57.zip |
ci: permissions
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64e9601..c0e4335 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,8 @@ name: ci jobs: clippy: runs-on: ubuntu-latest + permissions: + security-events: write # to upload sarif results name: beta / clippy steps: - uses: actions/checkout@v5 |