]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: unpin CFLite
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 22 Apr 2022 21:06:39 +0000 (21:06 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 26 Apr 2022 09:13:57 +0000 (09:13 +0000)
The idea was to catch CFLite regressions but since the action itself
pulls the latest docker images it can't be pinned properly and issues
like https://github.com/google/clusterfuzzlite/issues/91 are going to
pop up anyway. Let's unpin it by analogy with CIFuzz and hope it doesn't
break very often.

.clusterfuzzlite/Dockerfile
.github/workflows/cflite_pr.yml

index 47f238c785c253ab32882258dbbce675ac95f63e..31e442b3efd5a62337d398b04f362d31fe92cce5 100644 (file)
@@ -1,4 +1,4 @@
-FROM gcr.io/oss-fuzz-base/base-builder@sha256:14b332de0e18683f37386eaedbf735bc6e8d81f9c0e1138d620f2178e20cd30a
+FROM gcr.io/oss-fuzz-base/base-builder:v1
 ENV MERGE_WITH_OSS_FUZZ_CORPORA=yes
 COPY . $SRC/systemd
 WORKDIR $SRC/systemd
index 3fe2bac61826668dbce89b0a2319d052380c176a..a35a97f046d0f5c74f3e091e2f58fa0b941e807d 100644 (file)
@@ -25,13 +25,13 @@ jobs:
     steps:
     - name: Build Fuzzers (${{ matrix.sanitizer }})
       id: build
-      uses: google/clusterfuzzlite/actions/build_fuzzers@41dccd0566905e2a7d1724e7883edbfa66d78877
+      uses: google/clusterfuzzlite/actions/build_fuzzers@v1
       with:
         sanitizer: ${{ matrix.sanitizer }}
         github-token: ${{ secrets.GITHUB_TOKEN }}
     - name: Run Fuzzers (${{ matrix.sanitizer }})
       id: run
-      uses: google/clusterfuzzlite/actions/run_fuzzers@41dccd0566905e2a7d1724e7883edbfa66d78877
+      uses: google/clusterfuzzlite/actions/run_fuzzers@v1
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
         fuzz-seconds: 1200