Skip to content

Commit 6061d72

Browse files
authored
Set fine-grained permissions for CodeQL
1 parent 79aa2e7 commit 6061d72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
name: Build tutorial
1818
runs-on: ubuntu-24.04
1919
container: ghcr.io/iarsystems/arm
20+
permissions:
21+
security-events: write
22+
actions: read
23+
contents: read
24+
packages: read
2025
steps:
2126
- name: Checkout project
2227
uses: actions/checkout@v4

0 commit comments

Comments
 (0)