authorgravatar for mail@sobolevn.mesobolevn <mail@sobolevn.me> 2024-08-27 11:52:51+03:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-08-28 00:45:22-07:00
log9a12905a2da045b0948f612583b526bca3a1b2f0
tree405eacb82afc837583a1eccad25936106bc4b8cf
parent1a178d499537b922ff05c5d0186ed5a00dbb1a9b

Only set `contents: read` permission in GitHub Action


1 files changed, 3 insertions(+), 0 deletions(-)

.github/workflows/ci.yaml+3
...@@ -9,6 +9,9 @@ concurrency:...@@ -9,6 +9,9 @@ concurrency:
9 # Cancels pending runs when a PR gets updated.9 # Cancels pending runs when a PR gets updated.
10 group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}10 group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
11 cancel-in-progress: true11 cancel-in-progress: true
12permissions:
13 # Sets permission policy for `GITHUB_TOKEN`
14 contents: read
12jobs:15jobs:
13 x86_64-linux-debug:16 x86_64-linux-debug:
14 timeout-minutes: 42017 timeout-minutes: 420