1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-18 14:44:43 -04:00

Add permission control for workflow

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-09-10 16:23:41 -07:00 committed by GitHub
parent b9cfebf5be
commit 92c299654a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,10 +28,12 @@ on:
jobs:
shellcheck:
name: Bash syntax checker
runs-on: ubuntu-latest
name: Shell syntax checker
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@master