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:
Yonatan Komornik
2023-02-13 16:57:05 -08:00
committed by GitHub
parent 886de7bc04
commit 727d03161f
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@ on:
pull_request:
branches: [ dev, release, actionsTest ]
permissions: read-all
jobs:
linux-kernel:
runs-on: ubuntu-latest