summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-07-01 21:54:41 (GMT)
committerGitHub <noreply@github.com>2022-07-01 21:54:41 (GMT)
commit63df16db1ba28f2cfb1bb6008c168d91fcc6b9df (patch)
tree9f9d01c02733a114fd5a80edad05fe0f0a2f0b24 /.github/workflows/ci.yml
parentc63801d03db326a6d1944b6a28b5d3a4072dbdd6 (diff)
parent1b5a63815556e46322a6150351a892af00e07b2a (diff)
downloadlz4-63df16db1ba28f2cfb1bb6008c168d91fcc6b9df.zip
lz4-63df16db1ba28f2cfb1bb6008c168d91fcc6b9df.tar.gz
lz4-63df16db1ba28f2cfb1bb6008c168d91fcc6b9df.tar.bz2
Merge pull request #1088 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9e9c790..fa7e7e9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,6 +13,9 @@
#
name: lz4 CI
on: [push, pull_request]
+permissions:
+ contents: read
+
jobs:
lz4-c-compilers:
name: CC=${{ matrix.cc }}, ${{ matrix.os }}