Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-06-15 13:22:52 +0300
committerGitHub <noreply@github.com>2022-06-15 13:22:52 +0300
commite35e9e0a74947aea220353642469200ae286a361 (patch)
tree4952a8929e8022f99664d893b2064170181b75a2
parenta185605c7d9f74ad7ccb03881cecc7b9248a055e (diff)
parenteefbee82a51c1cd579732b52532c619c80d7fff9 (diff)
Merge pull request #6746 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
-rw-r--r--.github/workflows/lint.yml3
-rw-r--r--.github/workflows/package.yml3
-rw-r--r--.github/workflows/static-analysis.yml3
-rw-r--r--.github/workflows/test.yml3
4 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 509fb3bc7..3a22e1f3a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,6 +1,9 @@
name: Lint
on: pull_request
+permissions:
+ contents: read
+
jobs:
xml-linters:
runs-on: ubuntu-latest
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index e3ff20ef9..fea0e8dd5 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -7,6 +7,9 @@ on:
- main
- stable*
+permissions:
+ contents: read
+
jobs:
release-tarball:
runs-on: ubuntu-latest
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index cf52dda2c..eb9d50632 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,6 +7,9 @@ on:
- main
- stable*
+permissions:
+ contents: read
+
jobs:
static-psalm-analysis:
runs-on: ubuntu-latest
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e29d1e378..9e7ea8a31 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,6 +7,9 @@ on:
- main
- stable*
+permissions:
+ contents: read
+
jobs:
unit-tests:
runs-on: ubuntu-latest