Make Github workflows permissions read-only by default (#3488)
* Make Github workflows permissions read-only by default * Pins `skx/github-action-publish-binaries` action to specific hash
This commit is contained in:
@@ -10,6 +10,8 @@ on:
|
||||
pull_request:
|
||||
branches: [ dev, release, actionsTest ]
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
linux-kernel:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user