diff --git a/.github/workflows/build-run-app.yml b/.github/workflows/build-run-app.yml index 8f7aba1..417762f 100644 --- a/.github/workflows/build-run-app.yml +++ b/.github/workflows/build-run-app.yml @@ -14,6 +14,10 @@ on: schedule: # 10:45 PM UTC every Sunday - cron: '45 22 * * 0' + +permissions: + contents: read + jobs: build-run: name: Build and run with startup msg verification diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index a47839d..bb03a3a 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -13,6 +13,9 @@ on: - synchronize workflow_dispatch: +permissions: + contents: read + jobs: format-check: name: Run format check diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 85dccf2..8f1159b 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,6 +12,9 @@ on: - synchronize workflow_dispatch: +permissions: + contents: read + jobs: static-analysis: name: Static Analysis diff --git a/.github/workflows/unit-test-coverage.yml b/.github/workflows/unit-test-coverage.yml index e9178a0..b53e33c 100644 --- a/.github/workflows/unit-test-coverage.yml +++ b/.github/workflows/unit-test-coverage.yml @@ -15,6 +15,9 @@ on: # 10:50 PM UTC every Sunday - cron: '50 22 * * 0' +permissions: + contents: read + jobs: unit-test-coverage: name: Run unit test and coverage