From: Jason Ish Date: Wed, 16 Oct 2024 18:52:54 +0000 (-0600) Subject: github-ci: pin missed actions/checkout X-Git-Tag: suricata-7.0.8~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441239b9e5dfbeed0d769b61c863a93c5e27fc17;p=thirdparty%2Fsuricata.git github-ci: pin missed actions/checkout Pin actions missed as part of the sync with master as they most likely don't exist in master. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 10ced3e6f2..5ab77483c5 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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