From: Alex Date: Mon, 26 Sep 2022 22:01:39 +0000 (+0200) Subject: build: harden coverity.yml permissions X-Git-Tag: v2.39-rc1~504^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe267f8ab0ec69d049d632444c8b6b6255342d1e;p=thirdparty%2Futil-linux.git build: harden coverity.yml permissions Signed-off-by: Alex --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index d5cf381fc0..b86c00a5c1 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -6,6 +6,9 @@ on: # send data to Coverity daily at midnight - cron: '0 0 * * *' +permissions: + contents: read # to fetch code (actions/checkout) + jobs: build: runs-on: ubuntu-latest