Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
key: ${{ github.job }}-dnf
- run: echo "keepcache=1" >> /etc/dnf/dnf.conf

- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0

# Download and extract dependency archives created during prep
# job.
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
path: ~/.cargo/registry
key: cargo-registry

- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0

# Download and extract dependency archives created during prep
# job.
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
key: ${{ github.job }}-dnf
- run: echo "keepcache=1" >> /etc/dnf/dnf.conf

- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0

# Prebuild check for duplicat SIDs
- name: Check for duplicate SIDs
Expand Down Expand Up @@ -635,7 +635,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -730,7 +730,7 @@ jobs:
systemd-devel \
which \
zlib-devel
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -817,7 +817,7 @@ jobs:
which \
zlib-devel
- run: adduser suricata
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -898,7 +898,7 @@ jobs:
sudo \
which \
zlib-devel
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -993,7 +993,7 @@ jobs:
sudo \
which \
zlib-devel
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1071,7 +1071,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1191,7 +1191,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1279,7 +1279,7 @@ jobs:
zlib1g-dev \
exuberant-ctags \
dpdk-dev
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1426,7 +1426,7 @@ jobs:
zlib1g \
zlib1g-dev \
exuberant-ctags
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1512,7 +1512,7 @@ jobs:
- name: Install Coccinelle
run: |
apt -y install coccinelle
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1590,7 +1590,7 @@ jobs:
zlib1g \
zlib1g-dev
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1687,7 +1687,7 @@ jobs:
ninja -C build install
ldconfig
cd $HOME
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1755,7 +1755,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1825,7 +1825,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1880,7 +1880,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.3.0
- uses: actions/checkout@v3.4.0
- name: Downloading prep archive
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -1913,7 +1913,7 @@ jobs:
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: msys2/setup-msys2@fa138fa56e2558760b9f2205135313c7345c5f3f
with:
msystem: MINGW64
Expand All @@ -1923,7 +1923,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1969,7 +1969,7 @@ jobs:
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand All @@ -1979,7 +1979,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.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
- uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
# The action above is supposed to do this for us, but it doesn't appear to stick.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
# Use last commit of branch, not potential merge commit!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install cbindgen
run: cargo install --debug cbindgen
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- run: ./scripts/bundle.sh
- run: ./autogen.sh
- run: ./configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
persist-credentials: false

Expand Down