github-actions: bump actions/checkout from 3.1.0 to 3.2.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/8288/head
dependabot[bot] 2 years ago committed by Victor Julien
parent 8b56f688a1
commit b4538134fa

@ -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

@ -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

@ -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.

@ -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!

@ -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

@ -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

Loading…
Cancel
Save