]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Bump coverity OS
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 20:49:00 +0000 (14:49 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 20:49:00 +0000 (14:49 -0600)
.github/workflows/coverity.yml

index 515b4abe9c8fa80d3461a7786eda027a483082a3..c2264dc92fcc8ab9d893b814625cd08db31a80ef 100644 (file)
@@ -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