Skip to content

Commit 660250c

Browse files
github-actions: bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d80c7f commit 660250c

13 files changed

Lines changed: 48 additions & 48 deletions

.github/workflows/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout PR code
18-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
fetch-depth: 0

.github/workflows/builds.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
texlive-capt-of \
139139
texlive-needspace
140140
141-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
141+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
142142
- run: git config --global --add safe.directory /__w/suricata/suricata
143143
- uses: ./.github/actions/install-cbindgen
144144
# Download and extract dependency archives created during prep
@@ -315,7 +315,7 @@ jobs:
315315
texlive-capt-of \
316316
texlive-needspace
317317
318-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
318+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
319319
- run: git config --global --add safe.directory /__w/suricata/suricata
320320
- uses: ./.github/actions/install-cbindgen
321321
# Download and extract dependency archives created during prep
@@ -471,7 +471,7 @@ jobs:
471471
- run: rustup component add rustfmt
472472
- run: rustup component add clippy
473473

474-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
474+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
475475
- run: git config --global --add safe.directory /__w/suricata/suricata
476476

477477
- uses: ./.github/actions/install-cbindgen
@@ -630,7 +630,7 @@ jobs:
630630
which \
631631
zlib-devel
632632
633-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
633+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
634634
- run: git config --global --add safe.directory /__w/suricata/suricata
635635

636636
- uses: ./.github/actions/install-cbindgen
@@ -825,7 +825,7 @@ jobs:
825825
- name: Install Rust
826826
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.86.0 -y
827827
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
828-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
828+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
829829
- uses: ./.github/actions/install-cbindgen
830830
- run: git config --global --add safe.directory /__w/suricata/suricata
831831
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
@@ -917,7 +917,7 @@ jobs:
917917
sudo \
918918
which \
919919
zlib-devel
920-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
920+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
921921
- uses: ./.github/actions/install-cbindgen
922922
- run: git config --global --add safe.directory /__w/suricata/suricata
923923
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
@@ -1014,7 +1014,7 @@ jobs:
10141014
vectorscan-devel \
10151015
which \
10161016
zlib-devel
1017-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1017+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
10181018
- run: git config --global --add safe.directory /__w/suricata/suricata
10191019
- uses: ./.github/actions/install-cbindgen
10201020
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
@@ -1104,7 +1104,7 @@ jobs:
11041104
which \
11051105
zlib-devel
11061106
- run: adduser suricata
1107-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1107+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
11081108
- uses: ./.github/actions/install-cbindgen
11091109
- run: git config --global --add safe.directory /__w/suricata/suricata
11101110
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
@@ -1203,7 +1203,7 @@ jobs:
12031203
sudo \
12041204
which \
12051205
zlib-devel
1206-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1206+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
12071207
- run: git config --global --add safe.directory /__w/suricata/suricata
12081208
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
12091209
with:
@@ -1249,15 +1249,15 @@ jobs:
12491249
dnf config-manager --set-enabled crb
12501250
12511251
1252-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1252+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
12531253
- uses: ./.github/actions/install-cbindgen
12541254
- run: git config --global --add safe.directory /__w/suricata/suricata
12551255
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
12561256

12571257
- name: Install minimal dependencies
12581258
run: ./scripts/docs-almalinux9-minimal-build.sh
12591259

1260-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1260+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
12611261
- run: git config --global --add safe.directory /__w/suricata/suricata
12621262
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
12631263
with:
@@ -1326,7 +1326,7 @@ jobs:
13261326
software-properties-common \
13271327
zlib1g \
13281328
zlib1g-dev
1329-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1329+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
13301330
- run: git config --global --add safe.directory /__w/suricata/suricata
13311331
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
13321332
with:
@@ -1400,7 +1400,7 @@ jobs:
14001400
software-properties-common \
14011401
zlib1g \
14021402
zlib1g-dev
1403-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1403+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
14041404
- run: git config --global --add safe.directory /__w/suricata/suricata
14051405
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
14061406
with:
@@ -1476,7 +1476,7 @@ jobs:
14761476
exuberant-ctags \
14771477
curl \
14781478
dpdk-dev
1479-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1479+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
14801480
- run: git config --global --add safe.directory /__w/suricata/suricata
14811481
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
14821482
with:
@@ -1627,7 +1627,7 @@ jobs:
16271627
# specific version to match up to the llvm version in ubuntu below
16281628
- name: Install Rust
16291629
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75.0 -y
1630-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1630+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
16311631
- run: git config --global --add safe.directory /__w/suricata/suricata
16321632
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
16331633
with:
@@ -1734,7 +1734,7 @@ jobs:
17341734
# specific version to match up to the llvm version in ubuntu below
17351735
- name: Install Rust
17361736
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75.0 -y
1737-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1737+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
17381738
- run: git config --global --add safe.directory /__w/suricata/suricata
17391739
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
17401740
with:
@@ -1874,7 +1874,7 @@ jobs:
18741874
time \
18751875
wget \
18761876
dpdk-dev
1877-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1877+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
18781878
- run: git config --global --add safe.directory /__w/suricata/suricata
18791879
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
18801880
with:
@@ -1963,7 +1963,7 @@ jobs:
19631963
time \
19641964
wget \
19651965
dpdk-dev
1966-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1966+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19671967
- run: git config --global --add safe.directory /__w/suricata/suricata
19681968
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
19691969
with:
@@ -2069,7 +2069,7 @@ jobs:
20692069
# packaged Rust version is too old for coverage, so get from rustup
20702070
- name: Install Rust
20712071
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75.0 -y
2072-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2072+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
20732073
- run: git config --global --add safe.directory /__w/suricata/suricata
20742074
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
20752075
with:
@@ -2162,7 +2162,7 @@ jobs:
21622162
zlib1g-dev \
21632163
exuberant-ctags \
21642164
dpdk-dev
2165-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2165+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
21662166
- run: git config --global --add safe.directory /__w/suricata/suricata
21672167
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
21682168
with:
@@ -2315,7 +2315,7 @@ jobs:
23152315
zlib1g \
23162316
zlib1g-dev \
23172317
exuberant-ctags
2318-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2318+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23192319
- run: git config --global --add safe.directory /__w/suricata/suricata
23202320
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
23212321
with:
@@ -2394,7 +2394,7 @@ jobs:
23942394
zlib1g \
23952395
zlib1g-dev
23962396
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2397-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2397+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23982398
- run: git config --global --add safe.directory /__w/suricata/suricata
23992399
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
24002400
with:
@@ -2491,7 +2491,7 @@ jobs:
24912491
make -j ${{ env.CPUS }}
24922492
sudo make install
24932493
2494-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2494+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
24952495
- run: git config --global --add safe.directory /__w/suricata/suricata
24962496
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
24972497
with:
@@ -2525,7 +2525,7 @@ jobs:
25252525
git \
25262526
libtool
25272527
2528-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2528+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
25292529
- run: git config --global --add safe.directory /__w/suricata/suricata
25302530
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
25312531
with:
@@ -2627,7 +2627,7 @@ jobs:
26272627
ninja -C build install
26282628
ldconfig
26292629
cd $HOME
2630-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2630+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
26312631
- run: git config --global --add safe.directory /__w/suricata/suricata
26322632
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
26332633
with:
@@ -2707,7 +2707,7 @@ jobs:
27072707
zlib1g-dev \
27082708
clang \
27092709
libxdp-dev
2710-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2710+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
27112711
- run: git config --global --add safe.directory /__w/suricata/suricata
27122712
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
27132713
with:
@@ -2799,7 +2799,7 @@ jobs:
27992799
zlib1g-dev \
28002800
clang \
28012801
libxdp-dev
2802-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2802+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
28032803
- run: git config --global --add safe.directory /__w/suricata/suricata
28042804
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
28052805
with:
@@ -2886,7 +2886,7 @@ jobs:
28862886
texlive-latex-extra \
28872887
zlib1g \
28882888
zlib1g-dev
2889-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2889+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
28902890
- run: git config --global --add safe.directory /__w/suricata/suricata
28912891
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
28922892
with:
@@ -2969,7 +2969,7 @@ jobs:
29692969
texlive-latex-extra \
29702970
zlib1g \
29712971
zlib1g-dev
2972-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2972+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
29732973
- run: git config --global --add safe.directory /__w/suricata/suricata
29742974
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
29752975
with:
@@ -3048,7 +3048,7 @@ jobs:
30483048
- name: Install Rust
30493049
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
30503050
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3051-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3051+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
30523052
- run: git config --global --add safe.directory /__w/suricata/suricata
30533053
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
30543054
with:
@@ -3098,7 +3098,7 @@ jobs:
30983098
rust \
30993099
xz
31003100
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3101-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3101+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
31023102
- run: git config --global --add safe.directory /__w/suricata/suricata
31033103
- name: Downloading prep archive
31043104
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
@@ -3156,7 +3156,7 @@ jobs:
31563156
# preinstalled one to be picked up by configure
31573157
- name: cbindgen
31583158
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3159-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3159+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
31603160
- run: git config --global --add safe.directory /__w/suricata/suricata
31613161
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
31623162
with:
@@ -3213,7 +3213,7 @@ jobs:
32133213
# preinstalled one to be picked up by configure
32143214
- name: cbindgen
32153215
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3216-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3216+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
32173217
- run: git config --global --add safe.directory /__w/suricata/suricata
32183218
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
32193219
with:
@@ -3271,7 +3271,7 @@ jobs:
32713271
mingw-w64-ucrt-x86_64-rust
32723272
mingw-w64-ucrt-x86_64-toolchain
32733273
unzip
3274-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3274+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
32753275
- run: git config --global --add safe.directory /__w/suricata/suricata
32763276
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
32773277
with:
@@ -3318,7 +3318,7 @@ jobs:
33183318
# preinstalled one to be picked up by configure
33193319
- name: cbindgen
33203320
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3321-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3321+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
33223322
- run: git config --global --add safe.directory /__w/suricata/suricata
33233323
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
33243324
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
language: [ 'cpp', 'rust' ]
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/codeqlpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cd $HOME/.cargo/bin
7575
curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.24.3/cbindgen
7676
chmod 755 cbindgen
77-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
77+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
7878
with:
7979
fetch-depth: 0
8080
# The action above is supposed to do this for us, but it doesn't appear to stick.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
texlive-latex-extra \
114114
zlib1g \
115115
zlib1g-dev
116-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
116+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
117117
- run: git config --global --add safe.directory /__w/suricata/suricata
118118
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
119119
with:

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# My patience simply ran too short to keep on looking. See follow-on
9292
# action to manually fix this up.
9393
- name: Checkout - might be merge commit!
94-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
94+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
9595
with:
9696
fetch-depth: 0
9797
# Use last commit of branch, not potential merge commit!

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tests:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6.0.0
9+
- uses: actions/checkout@v6.0.1
1010
- uses: cachix/install-nix-action@v31
1111
with:
1212
nix_path: nixpkgs=channel:nixos-24.11

.github/workflows/prepare-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Now checkout Suricata for the bundle script.
6767
- name: Checking out Suricata
68-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
68+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
6969
- run: git config --global --add safe.directory /__w/suricata/suricata
7070

7171
- name: Fetching suricata-update

0 commit comments

Comments
 (0)