]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: update actions/cache to v3.3.1
authorJason Ish <jason.ish@oisf.net>
Sat, 10 Jun 2023 16:37:57 +0000 (10:37 -0600)
committerVictor Julien <vjulien@oisf.net>
Fri, 16 Jun 2023 08:26:40 +0000 (10:26 +0200)
.github/workflows/builds.yml
.github/workflows/commits.yml
.github/workflows/formatting.yml
.github/workflows/rust.yml
.github/workflows/scan-build.yml

index 159e35f291f179639a5f0ffcbf3ed580d005fe93..74e0350ab3688c4795dfd2ba0b6724c64753d0c9 100644 (file)
@@ -144,7 +144,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -171,13 +171,13 @@ jobs:
     steps:
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -286,7 +286,7 @@ jobs:
     needs: [prepare-deps]
     steps:
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           # TODO: Find some variable that matches the job name.
@@ -295,7 +295,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
@@ -379,13 +379,13 @@ jobs:
     steps:
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -509,13 +509,13 @@ jobs:
     needs: [prepare-deps, almalinux-8]
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/yum
           key: ${{ github.job }}-yum
@@ -590,13 +590,13 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -684,13 +684,13 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -783,7 +783,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
@@ -870,13 +870,13 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -974,7 +974,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
@@ -1065,13 +1065,13 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -1168,7 +1168,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
@@ -1341,13 +1341,13 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
 
       - name: Cache RPMs
-        uses: actions/cache@v3
+        uses: actions/cache@v3.3.1
         with:
           path: /var/cache/dnf
           key: ${{ github.job }}-dnf
@@ -1410,7 +1410,7 @@ jobs:
     needs: [prepare-deps, prepare-cbindgen]
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -1527,7 +1527,7 @@ jobs:
     needs: [prepare-deps, prepare-cbindgen]
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -1624,7 +1624,7 @@ jobs:
     needs: [prepare-deps, prepare-cbindgen]
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -1713,7 +1713,7 @@ jobs:
     needs: almalinux-8
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -1773,7 +1773,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -1850,7 +1850,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -1945,7 +1945,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -2007,7 +2007,7 @@ jobs:
     steps:
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
@@ -2100,7 +2100,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
@@ -2194,7 +2194,7 @@ jobs:
     steps:
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -2270,7 +2270,7 @@ jobs:
     steps:
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -2343,7 +2343,7 @@ jobs:
     steps:
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -2397,7 +2397,7 @@ jobs:
         shell: msys2 {0}
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -2453,7 +2453,7 @@ jobs:
         shell: msys2 {0}
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
@@ -2497,7 +2497,7 @@ jobs:
         shell: msys2 {0}
     steps:
       - name: Cache ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: ${{ github.job }}-cargo
index dd40ca374d25f782d15aa4e4329a1bff434de6ef..04bbb3fdf96b86e22ebd21a9cab7fb45ad1d0078 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     container: ubuntu:20.04
     steps:
       - name: Caching ~/.cargo
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: commit-check-cargo
index 3e9d8f1207aa9c824363da2c5440da4671b2d8eb..4c17fecc8685fb6f41bbb6afd024aa17d277bac7 100644 (file)
@@ -25,7 +25,7 @@ jobs:
 
       # Cache Rust stuff.
       - name: Cache cargo registry
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo/registry
           key: cargo-registry
index 9561cbd673b0a863735da6dc061feb5d93459f9e..9a9b8aecf7e0c9a70f02b3713cb218f7748d72f8 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     container: almalinux:9
     steps:
       - name: Cache rust
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: check-rust
index 55b31d84397aa29a2fcc402d84c7f9993f928169..ab80ed581282c0f7f861aa222fccd90f4742c43d 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     container: ubuntu:23.04
     steps:
       - name: Cache scan-build
-        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.cargo
           key: scan-build