From fdea5d111646434c3fd7bff25bc38e98771901f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:17:32 +0000 Subject: [PATCH] github-actions: bump actions/download-artifact from 4.1.2 to 4.1.3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/eaceaf801fd36c7dee90939fad912460b18a1ffe...87c55149d96e628cc2ef7e6fc2aab372015aec85) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/builds.yml | 84 ++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ef8f23e31fce..31c3ba360152 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -200,7 +200,7 @@ jobs: # Download and extract dependency archives created during prep # job. - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -349,7 +349,7 @@ jobs: # Download and extract dependency archives created during prep # job. - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -449,14 +449,14 @@ jobs: # Download and extract dependency archives created during prep # job. - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xvf prep/libhtp.tar.gz - run: tar xvf prep/suricata-update.tar.gz - run: tar xvf prep/suricata-verify.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -580,7 +580,7 @@ jobs: which \ zlib-devel - name: Download suricata.tar.gz - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: dist - run: tar zxvf suricata-*.tar.gz --strip-components=1 @@ -599,7 +599,7 @@ jobs: test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -669,7 +669,7 @@ jobs: which \ zlib-devel - name: Download suricata.tar.gz - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: dist - run: tar zxvf suricata-*.tar.gz --strip-components=1 @@ -688,7 +688,7 @@ jobs: test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -763,7 +763,7 @@ jobs: 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@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -860,7 +860,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -955,7 +955,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -1055,7 +1055,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -1145,7 +1145,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -1231,7 +1231,7 @@ jobs: zlib-devel - run: adduser suricata - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -1323,7 +1323,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -1397,12 +1397,12 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -1523,12 +1523,12 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -1617,13 +1617,13 @@ jobs: exuberant-ctags \ dpdk-dev - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - run: tar xf prep/suricata-update.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -1706,7 +1706,7 @@ jobs: - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.62.0 -y - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - name: Download suricata.tar.gz - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: dist - run: tar zxvf suricata-*.tar.gz --strip-components=1 @@ -1772,12 +1772,12 @@ jobs: zlib1g-dev \ exuberant-ctags - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -1853,12 +1853,12 @@ jobs: zlib1g-dev - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -1946,12 +1946,12 @@ jobs: sudo make install - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -2050,12 +2050,12 @@ jobs: ldconfig cd $HOME - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -2133,7 +2133,7 @@ jobs: zlib1g \ zlib1g-dev - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -2218,7 +2218,7 @@ jobs: zlib1g \ zlib1g-dev - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -2302,11 +2302,11 @@ jobs: 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@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -2388,13 +2388,13 @@ jobs: 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@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - run: tar xf prep/suricata-update.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -2468,13 +2468,13 @@ jobs: 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@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep - run: tar xf prep/libhtp.tar.gz - run: tar xf prep/suricata-update.tar.gz - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: cbindgen path: prep @@ -2528,7 +2528,7 @@ jobs: - run: pip3 install PyYAML - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Downloading prep archive - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -2570,7 +2570,7 @@ jobs: - name: cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -2626,7 +2626,7 @@ jobs: - name: cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep @@ -2670,7 +2670,7 @@ jobs: - name: cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: prep path: prep