diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 37f0e667fe..e0a202452c 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -157,7 +157,7 @@ jobs: key: ${{ github.job }}-dnf - run: echo "keepcache=1" >> /etc/dnf/dnf.conf - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 # Download and extract dependency archives created during prep # job. @@ -271,7 +271,7 @@ jobs: path: ~/.cargo/registry key: cargo-registry - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 # Download and extract dependency archives created during prep # job. @@ -363,7 +363,7 @@ jobs: key: ${{ github.job }}-dnf - run: echo "keepcache=1" >> /etc/dnf/dnf.conf - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 # Prebuild check for duplicat SIDs - name: Check for duplicate SIDs @@ -615,7 +615,7 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -710,7 +710,7 @@ jobs: systemd-devel \ which \ zlib-devel - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -797,7 +797,7 @@ jobs: which \ zlib-devel - run: adduser suricata - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -878,7 +878,7 @@ jobs: sudo \ which \ zlib-devel - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -973,7 +973,7 @@ jobs: sudo \ which \ zlib-devel - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1051,7 +1051,7 @@ jobs: # packaged Rust version is too old for coverage, so get from rustup - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1171,7 +1171,7 @@ jobs: # packaged Rust version is too old for coverage, so get from rustup - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1259,7 +1259,7 @@ jobs: zlib1g-dev \ exuberant-ctags \ dpdk-dev - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1406,7 +1406,7 @@ jobs: zlib1g \ zlib1g-dev \ exuberant-ctags - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1492,7 +1492,7 @@ jobs: - name: Install Coccinelle run: | apt -y install coccinelle - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1570,7 +1570,7 @@ jobs: zlib1g \ zlib1g-dev - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1637,7 +1637,7 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1707,7 +1707,7 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_MIN -y - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1762,7 +1762,7 @@ jobs: run: cargo install --debug --version 0.24.3 cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: pip3 install PyYAML - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - name: Downloading prep archive uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: @@ -1795,7 +1795,7 @@ jobs: with: path: ~/.cargo key: ${{ github.job }}-cargo - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: msys2/setup-msys2@fa138fa56e2558760b9f2205135313c7345c5f3f with: msystem: MINGW64 @@ -1805,7 +1805,7 @@ jobs: # preinstalled one to be picked up by configure - name: cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep @@ -1851,7 +1851,7 @@ jobs: with: path: ~/.cargo key: ${{ github.job }}-cargo - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: msys2/setup-msys2@v2 with: msystem: MINGW64 @@ -1861,7 +1861,7 @@ jobs: # preinstalled one to be picked up by configure - name: cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: name: prep diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e504a43bae..2423fbee57 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 9c23811303..2c1be851a4 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -71,7 +71,7 @@ jobs: cd $HOME/.cargo/bin curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.24.3/cbindgen chmod 755 cbindgen - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # The action above is supposed to do this for us, but it doesn't appear to stick. diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 6ff3ab8d78..4ff9a05318 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -86,7 +86,7 @@ jobs: # My patience simply ran too short to keep on looking. See follow-on # action to manually fix this up. - name: Checkout - might be merge commit! - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Use last commit of branch, not potential merge commit! diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 70c72cbb13..f0825b7441 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,7 +62,7 @@ jobs: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - name: Install cbindgen run: cargo install --debug cbindgen - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@v3.2.0 - run: ./scripts/bundle.sh - run: ./autogen.sh - run: ./configure diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index e885a49dd1..7e83a56244 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: persist-credentials: false