]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: pin missed actions/checkout
authorJason Ish <jason.ish@oisf.net>
Wed, 16 Oct 2024 18:52:54 +0000 (12:52 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 17 Oct 2024 10:38:59 +0000 (12:38 +0200)
Pin actions missed as part of the sync with master as they most likely
don't exist in master.

.github/workflows/builds.yml

index 10ced3e6f2c868c0973e71027dcd084b5faa520b..5ab77483c516bc34ec8d48dd8fb00fef922ce68f 100644 (file)
@@ -109,7 +109,7 @@ jobs:
 
       # Now checkout Suricata for the bundle script.
       - name: Checking out Suricata
-        uses: actions/checkout@v3.5.3
+        uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
 
       - name: Fetching libhtp
         run: |
@@ -194,7 +194,7 @@ jobs:
           key: ${{ github.job }}-dnf
       - run: echo "keepcache=1" >> /etc/dnf/dnf.conf
 
-      - uses: actions/checkout@v3.5.3
+      - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
 
       # Download and extract dependency archives created during prep
       # job.
@@ -312,7 +312,7 @@ jobs:
           path: ~/.cargo/registry
           key: cargo-registry
 
-      - uses: actions/checkout@v3.5.3
+      - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
 
       # Download and extract dependency archives created during prep
       # job.
@@ -402,7 +402,7 @@ jobs:
           key: ${{ github.job }}-dnf
       - run: echo "keepcache=1" >> /etc/dnf/dnf.conf
 
-      - uses: actions/checkout@v3.5.3
+      - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
 
       # Prebuild check for duplicate SIDs
       - name: Check for duplicate SIDs