From: Christian Brauner Date: Wed, 8 Jun 2022 18:43:10 +0000 (+0200) Subject: Merge pull request #4137 from brauner/2022-06-08.stgraber.master X-Git-Tag: lxc-5.0.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8c8f89b35ae9a93385504405a0790df9eaba30;p=thirdparty%2Flxc.git Merge pull request #4137 from brauner/2022-06-08.stgraber.master build: remove autotools and finish meson port --- 0f8c8f89b35ae9a93385504405a0790df9eaba30 diff --cc .github/workflows/coverity.yml index 0fc981726,5713c588c..775eff207 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@@ -3,12 -3,9 +3,12 @@@ on push: branches: - master +permissions: + contents: read + jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code uses: actions/checkout@v2 diff --cc .github/workflows/static-analysis.yml index 4144371e2,943b2de0d..4c107c00b --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@@ -2,12 -2,9 +2,12 @@@ name: Static analysi on: - push - pull_request +permissions: + contents: read + jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: Checkout code uses: actions/checkout@v2