]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
github actions: pin ubuntu 20.04 instead of -latest 9747/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 18 Nov 2020 12:28:05 +0000 (13:28 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 18 Nov 2020 12:28:19 +0000 (13:28 +0100)
.github/workflows/codeql-analysis.yml
.github/workflows/fuzz.yml
.github/workflows/spelling.yml

index 491323b3e717e42ed87967f050afd526335dd743..a4ed3ee5779b43f93eff8982beb454d625550c55 100644 (file)
@@ -9,7 +9,7 @@ on:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     strategy:
       fail-fast: false
index 52a2f397f9f8ba3dbd09e0dd1c5ad706e93d9cc9..c42bd8f93ea19711403b38c58d517efb6f0a1a8a 100644 (file)
@@ -2,7 +2,7 @@ name: CIFuzz
 on: [pull_request]
 jobs:
   Fuzzing:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - name: Build Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
index d3dcbfaa958baee41658aa50a13b066c1bb8873a..517a66052832e1285476f60088d8600f6bfd0c2a 100644 (file)
@@ -21,7 +21,7 @@ on:
 jobs:
   build:
     name: Spell checking
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout@v2.0.0
       with: