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
|
name: Build/Test
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
name: Kernel Module
|
name: Kernel Module
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ '*' ]
|
branches: [ '*' ]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
name: Create Release
|
name: Create Release
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue