]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: apply read-only permissions to more workflows
authorJason Ish <jason.ish@oisf.net>
Tue, 13 Feb 2024 15:42:55 +0000 (09:42 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 14 Feb 2024 06:04:28 +0000 (07:04 +0100)
- authors.yml
- codeql.yml
- scan-build.yml

.github/workflows/authors.yml
.github/workflows/codeql.yml
.github/workflows/scan-build.yml

index 77bb2614de2409559d7046f537131f9ae1261994..e4b0c563c7c3b7876dd93ccda89c28526bf3594d 100644 (file)
@@ -3,6 +3,8 @@ name: New Authors Check
 on:
   pull_request:
 
+permissions: read-all
+
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
index e7fc1e43c06af2ee92a7735b484a346802f65d79..d62339a483990e64a5d432a70f0d1b65e883a330 100644 (file)
@@ -13,6 +13,8 @@ on:
   schedule:
     - cron: '18 21 * * 1'
 
+permissions: read-all
+
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
index f0df97e7c80e82485b8488ae2f843faa0c6d15ba..966139d10a578f027dad955d24a411adc0b81980 100644 (file)
@@ -8,6 +8,8 @@ on:
     paths-ignore:
       - "doc/**"
 
+permissions: read-all
+
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true