github-actions: bump actions/checkout from 4.2.0 to 4.2.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/11965/head
dependabot[bot] 5 months ago committed by Victor Julien
parent 9e0151cce5
commit 285113a1e5

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout PR code - name: Checkout PR code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 fetch-depth: 0

@ -139,7 +139,7 @@ jobs:
texlive-capt-of \ texlive-capt-of \
texlive-needspace texlive-needspace
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
# Download and extract dependency archives created during prep # Download and extract dependency archives created during prep
@ -285,7 +285,7 @@ jobs:
- run: rustup component add rustfmt - run: rustup component add rustfmt
- run: rustup component add clippy - run: rustup component add clippy
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
@ -527,7 +527,7 @@ jobs:
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
@ -720,7 +720,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -816,7 +816,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -910,7 +910,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -1010,7 +1010,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -1101,7 +1101,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -1187,7 +1187,7 @@ jobs:
which \ which \
zlib-devel zlib-devel
- run: adduser suricata - run: adduser suricata
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -1280,7 +1280,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1334,7 +1334,7 @@ jobs:
dnf config-manager --set-enabled crb dnf config-manager --set-enabled crb
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: ./.github/actions/install-cbindgen - uses: ./.github/actions/install-cbindgen
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -1342,7 +1342,7 @@ jobs:
- name: Install minimal dependencies - name: Install minimal dependencies
run: ./scripts/docs-almalinux9-minimal-build.sh run: ./scripts/docs-almalinux9-minimal-build.sh
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1410,7 +1410,7 @@ jobs:
software-properties-common \ software-properties-common \
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1487,7 +1487,7 @@ jobs:
# packaged Rust version is too old for coverage, so get from rustup # packaged Rust version is too old for coverage, so get from rustup
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1608,7 +1608,7 @@ jobs:
# specific version to match up to the llvm version in ubuntu below # specific version to match up to the llvm version in ubuntu below
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1714,7 +1714,7 @@ jobs:
# specific version to match up to the llvm version in ubuntu below # specific version to match up to the llvm version in ubuntu below
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1849,7 +1849,7 @@ jobs:
time \ time \
wget \ wget \
dpdk-dev dpdk-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -1937,7 +1937,7 @@ jobs:
time \ time \
wget \ wget \
dpdk-dev dpdk-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2040,7 +2040,7 @@ jobs:
# packaged Rust version is too old for coverage, so get from rustup # packaged Rust version is too old for coverage, so get from rustup
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2131,7 +2131,7 @@ jobs:
zlib1g-dev \ zlib1g-dev \
exuberant-ctags \ exuberant-ctags \
dpdk-dev dpdk-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2281,7 +2281,7 @@ jobs:
zlib1g \ zlib1g \
zlib1g-dev \ zlib1g-dev \
exuberant-ctags exuberant-ctags
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2359,7 +2359,7 @@ jobs:
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2439,7 +2439,7 @@ jobs:
- name: Checkout Netmap repository - name: Checkout Netmap repository
if: steps.netmap-cache.outputs.cache-hit != 'true' if: steps.netmap-cache.outputs.cache-hit != 'true'
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with: with:
repository: luigirizzo/netmap repository: luigirizzo/netmap
# gets cloned to $GITHUB_WORKSPACE/netmap/ # gets cloned to $GITHUB_WORKSPACE/netmap/
@ -2459,7 +2459,7 @@ jobs:
make -j ${{ env.CPUS }} make -j ${{ env.CPUS }}
sudo make install sudo make install
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2494,7 +2494,7 @@ jobs:
git \ git \
libtool libtool
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2595,7 +2595,7 @@ jobs:
ninja -C build install ninja -C build install
ldconfig ldconfig
cd $HOME cd $HOME
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2672,7 +2672,7 @@ jobs:
texlive-latex-extra \ texlive-latex-extra \
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2774,7 +2774,7 @@ jobs:
texlive-latex-extra \ texlive-latex-extra \
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2856,7 +2856,7 @@ jobs:
texlive-latex-extra \ texlive-latex-extra \
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -2936,7 +2936,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -3007,7 +3007,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -3057,7 +3057,7 @@ jobs:
rust \ rust \
xz xz
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- name: Downloading prep archive - name: Downloading prep archive
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
@ -3112,7 +3112,7 @@ jobs:
# preinstalled one to be picked up by configure # preinstalled one to be picked up by configure
- name: cbindgen - name: cbindgen
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -3168,7 +3168,7 @@ jobs:
# preinstalled one to be picked up by configure # preinstalled one to be picked up by configure
- name: cbindgen - name: cbindgen
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:
@ -3212,7 +3212,7 @@ jobs:
# preinstalled one to be picked up by configure # preinstalled one to be picked up by configure
- name: cbindgen - name: cbindgen
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:

@ -37,7 +37,7 @@ jobs:
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

@ -74,7 +74,7 @@ jobs:
cd $HOME/.cargo/bin cd $HOME/.cargo/bin
curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.24.3/cbindgen curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.24.3/cbindgen
chmod 755 cbindgen chmod 755 cbindgen
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with: with:
fetch-depth: 0 fetch-depth: 0
# The action above is supposed to do this for us, but it doesn't appear to stick. # The action above is supposed to do this for us, but it doesn't appear to stick.

@ -114,7 +114,7 @@ jobs:
texlive-latex-extra \ texlive-latex-extra \
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with: with:

@ -89,7 +89,7 @@ jobs:
# My patience simply ran too short to keep on looking. See follow-on # My patience simply ran too short to keep on looking. See follow-on
# action to manually fix this up. # action to manually fix this up.
- name: Checkout - might be merge commit! - name: Checkout - might be merge commit!
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with: with:
fetch-depth: 0 fetch-depth: 0
# Use last commit of branch, not potential merge commit! # Use last commit of branch, not potential merge commit!

@ -78,7 +78,7 @@ jobs:
# Now checkout Suricata for the bundle script. # Now checkout Suricata for the bundle script.
- name: Checking out Suricata - name: Checking out Suricata
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- name: Fetching libhtp - name: Fetching libhtp

@ -80,7 +80,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install Cargo Audit - name: Install Cargo Audit
run: cargo install cargo-audit run: cargo install cargo-audit
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Configure Suricata - name: Configure Suricata
run: | run: |
./scripts/bundle.sh libhtp ./scripts/bundle.sh libhtp
@ -158,7 +158,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Install Minimum Supported Rust Version - name: Install Minimum Supported Rust Version
run: | run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $(awk -F '"' '/rust-version/ { print $2 }' rust/Cargo.toml.in) curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $(awk -F '"' '/rust-version/ { print $2 }' rust/Cargo.toml.in)

@ -71,7 +71,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install cbindgen - name: Install cbindgen
run: cargo install --debug cbindgen run: cargo install --debug cbindgen
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- run: ./scripts/bundle.sh - run: ./scripts/bundle.sh
- run: ./autogen.sh - run: ./autogen.sh

@ -67,7 +67,7 @@ jobs:
software-properties-common \ software-properties-common \
zlib1g \ zlib1g \
zlib1g-dev zlib1g-dev
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- run: git config --global --add safe.directory /__w/suricata/suricata - run: git config --global --add safe.directory /__w/suricata/suricata
- run: ./scripts/bundle.sh - run: ./scripts/bundle.sh
- run: ./autogen.sh - run: ./autogen.sh

@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: "Checkout code" - name: "Checkout code"
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: "Run analysis" - name: "Run analysis"
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0

Loading…
Cancel
Save