Module: kamailio
Branch: master
Commit: 7e94c365359ca24ae7410121a5e4b4f7382b0b79
URL:
https://github.com/kamailio/kamailio/commit/7e94c365359ca24ae7410121a5e4b4f…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-06-27T08:35:38+02:00
github: permissions for actions [skip ci]
---
Modified: .github/workflows/cifuzz.yml
Modified: .github/workflows/codeql.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/7e94c365359ca24ae7410121a5e4b4f…
Patch:
https://github.com/kamailio/kamailio/commit/7e94c365359ca24ae7410121a5e4b4f…
---
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 081e0a833d..f44d25e808 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -1,5 +1,7 @@
name: CIFuzz
on: [pull_request]
+permissions:
+ contents: read
jobs:
Fuzzing:
runs-on: ubuntu-latest
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0b56d6e918..60d66b6996 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -2,12 +2,14 @@ name: "CodeQL"
on:
push:
- branches: [ "master", "3.1", "3.2", "3.3",
"4.0", "4.1", "4.2", "4.3", "4.4",
"5.0", "5.1", "5.2", "5.3", "5.4",
"5.5", "5.6" ]
+ branches-ignore:
+ - 'dependabot/**'
pull_request:
branches: [ "master" ]
schedule:
- cron: "35 19 * * 3"
-
+permissions:
+ contents: read
jobs:
analyze:
name: Analyze