From: Arran Cudbard-Bell Date: Sun, 1 Sep 2024 20:49:00 +0000 (-0600) Subject: Bump coverity OS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f403c169b035f207e1e7533664739874502cd196;p=thirdparty%2Ffreeradius-server.git Bump coverity OS --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 515b4abe9c8..c2264dc92fc 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -4,12 +4,14 @@ on: push: branches: - coverity_scan + paths: + - '.github/workflows/coverity.yml' schedule: - cron: '0 20 * * *' jobs: coverity: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository_owner == 'FreeRADIUS' || github.ref == 'refs/heads/coverity_scan' steps: - name: Checkout