Skip to content

Commit 8664d34

Browse files
committed
ci: clang: add permissions
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6c793b0 commit 8664d34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/clang.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- main
66
- v*-branch
77
- collab-*
8+
permissions:
9+
contents: read
810

911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
@@ -26,6 +28,7 @@ jobs:
2628
CCACHE_DIR: /node-cache/ccache-zephyr
2729
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
2830
CCACHE_REMOTE_ONLY: "true"
31+
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
2932
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
3033
BASE_REF: ${{ github.base_ref }}
3134
steps:

0 commit comments

Comments
 (0)