Merge pull request #60 from nirenjan/add-action-permissions

ci: Add permissions blocks to action definitions
pull/61/head
nirenjan 2026-03-09 10:39:41 -07:00 committed by GitHub
commit f43ba6b902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: Build/Test
permissions:
contents: read
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: "CodeQL"
permissions:
contents: read
security-events: write
on:
pull_request:
# The branches below must be a subset of the branches above

View File

@ -1,5 +1,8 @@
name: Kernel Module
permissions:
contents: read
on:
push:
branches: [ '*' ]

View File

@ -1,5 +1,8 @@
name: Create Release
permissions:
contents: write
on:
push:
tags: