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:
copilot-swe-agent[bot]
2026-04-15 11:45:14 +00:00
committed by GitHub
parent 3f3d62ffec
commit c00ac13fee

View File

@@ -34,6 +34,8 @@ concurrency:
jobs:
abi-check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout