mirror of https://github.com/nirenjan/libx52.git
Merge pull request #60 from nirenjan/add-action-permissions
ci: Add permissions blocks to action definitionspull/61/head
commit
f43ba6b902
|
|
@ -1,5 +1,8 @@
|
|||
name: Build/Test
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
name: Kernel Module
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
name: Create Release
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in New Issue