mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-05-01 22:54:05 +00:00
libllama-abi-check: add explicit read-only permissions to workflow job
Agent-Logs-Url: https://github.com/ggml-org/llama.cpp/sessions/e9059c50-ffff-4233-a16d-13a7214f7b98 Co-authored-by: ggerganov <1991296+ggerganov@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3f3d62ffec
commit
c00ac13fee
2
.github/workflows/libllama-abi-check.yml
vendored
2
.github/workflows/libllama-abi-check.yml
vendored
@@ -34,6 +34,8 @@ concurrency:
|
||||
jobs:
|
||||
abi-check:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user