Skip to content

Commit 6c62eba

Browse files
CopilotMalcolmnixon
andcommitted
Add explicit permissions to quality-checks job for security
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 3668b64 commit 6c62eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_on_push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
quality-checks:
77
name: Quality Checks
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
911
steps:
1012
- name: Checkout
1113
uses: actions/checkout@v6

0 commit comments

Comments
 (0)