Skip to content

Commit c2e0c07

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 15b1bf4 commit c2e0c07

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
141+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
318+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
474+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
633+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
828+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
920+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1017+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1107+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1206+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1252+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1260+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1329+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1403+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1479+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
14801480
- run: git config --global --add safe.directory /__w/suricata/suricata
14811481
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
14821482
with:
@@ -1623,7 +1623,7 @@ jobs:
16231623
# specific version to match up to the llvm version in ubuntu below
16241624
- name: Install Rust
16251625
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75.0 -y
1626-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1626+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
16271627
- run: git config --global --add safe.directory /__w/suricata/suricata
16281628
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
16291629
with:
@@ -1730,7 +1730,7 @@ jobs:
17301730
# specific version to match up to the llvm version in ubuntu below
17311731
- name: Install Rust
17321732
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75.0 -y
1733-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1733+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
17341734
- run: git config --global --add safe.directory /__w/suricata/suricata
17351735
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
17361736
with:
@@ -1870,7 +1870,7 @@ jobs:
18701870
time \
18711871
wget \
18721872
dpdk-dev
1873-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1873+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
18741874
- run: git config --global --add safe.directory /__w/suricata/suricata
18751875
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
18761876
with:
@@ -1959,7 +1959,7 @@ jobs:
19591959
time \
19601960
wget \
19611961
dpdk-dev
1962-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1962+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
19631963
- run: git config --global --add safe.directory /__w/suricata/suricata
19641964
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
19651965
with:
@@ -2065,7 +2065,7 @@ jobs:
20652065
# packaged Rust version is too old for coverage, so get from rustup
20662066
- name: Install Rust
20672067
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75.0 -y
2068-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2068+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
20692069
- run: git config --global --add safe.directory /__w/suricata/suricata
20702070
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
20712071
with:
@@ -2158,7 +2158,7 @@ jobs:
21582158
zlib1g-dev \
21592159
exuberant-ctags \
21602160
dpdk-dev
2161-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2161+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
21622162
- run: git config --global --add safe.directory /__w/suricata/suricata
21632163
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
21642164
with:
@@ -2311,7 +2311,7 @@ jobs:
23112311
zlib1g \
23122312
zlib1g-dev \
23132313
exuberant-ctags
2314-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2314+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
23152315
- run: git config --global --add safe.directory /__w/suricata/suricata
23162316
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
23172317
with:
@@ -2390,7 +2390,7 @@ jobs:
23902390
zlib1g \
23912391
zlib1g-dev
23922392
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2393-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2393+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
23942394
- run: git config --global --add safe.directory /__w/suricata/suricata
23952395
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
23962396
with:
@@ -2487,7 +2487,7 @@ jobs:
24872487
make -j ${{ env.CPUS }}
24882488
sudo make install
24892489
2490-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2490+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
24912491
- run: git config --global --add safe.directory /__w/suricata/suricata
24922492
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
24932493
with:
@@ -2521,7 +2521,7 @@ jobs:
25212521
git \
25222522
libtool
25232523
2524-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2524+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
25252525
- run: git config --global --add safe.directory /__w/suricata/suricata
25262526
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
25272527
with:
@@ -2623,7 +2623,7 @@ jobs:
26232623
ninja -C build install
26242624
ldconfig
26252625
cd $HOME
2626-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2626+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
26272627
- run: git config --global --add safe.directory /__w/suricata/suricata
26282628
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
26292629
with:
@@ -2703,7 +2703,7 @@ jobs:
27032703
zlib1g-dev \
27042704
clang \
27052705
libxdp-dev
2706-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2706+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
27072707
- run: git config --global --add safe.directory /__w/suricata/suricata
27082708
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
27092709
with:
@@ -2795,7 +2795,7 @@ jobs:
27952795
zlib1g-dev \
27962796
clang \
27972797
libxdp-dev
2798-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2798+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
27992799
- run: git config --global --add safe.directory /__w/suricata/suricata
28002800
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
28012801
with:
@@ -2882,7 +2882,7 @@ jobs:
28822882
texlive-latex-extra \
28832883
zlib1g \
28842884
zlib1g-dev
2885-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2885+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
28862886
- run: git config --global --add safe.directory /__w/suricata/suricata
28872887
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
28882888
with:
@@ -2965,7 +2965,7 @@ jobs:
29652965
texlive-latex-extra \
29662966
zlib1g \
29672967
zlib1g-dev
2968-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2968+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
29692969
- run: git config --global --add safe.directory /__w/suricata/suricata
29702970
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
29712971
with:
@@ -3044,7 +3044,7 @@ jobs:
30443044
- name: Install Rust
30453045
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
30463046
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3047-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3047+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
30483048
- run: git config --global --add safe.directory /__w/suricata/suricata
30493049
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
30503050
with:
@@ -3094,7 +3094,7 @@ jobs:
30943094
rust \
30953095
xz
30963096
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3097-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3097+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
30983098
- run: git config --global --add safe.directory /__w/suricata/suricata
30993099
- name: Downloading prep archive
31003100
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
@@ -3152,7 +3152,7 @@ jobs:
31523152
# preinstalled one to be picked up by configure
31533153
- name: cbindgen
31543154
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3155-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3155+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
31563156
- run: git config --global --add safe.directory /__w/suricata/suricata
31573157
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
31583158
with:
@@ -3209,7 +3209,7 @@ jobs:
32093209
# preinstalled one to be picked up by configure
32103210
- name: cbindgen
32113211
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3212-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3212+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
32133213
- run: git config --global --add safe.directory /__w/suricata/suricata
32143214
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
32153215
with:
@@ -3267,7 +3267,7 @@ jobs:
32673267
mingw-w64-ucrt-x86_64-rust
32683268
mingw-w64-ucrt-x86_64-toolchain
32693269
unzip
3270-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3270+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
32713271
- run: git config --global --add safe.directory /__w/suricata/suricata
32723272
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
32733273
with:
@@ -3314,7 +3314,7 @@ jobs:
33143314
# preinstalled one to be picked up by configure
33153315
- name: cbindgen
33163316
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3317-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3317+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
33183318
- run: git config --global --add safe.directory /__w/suricata/suricata
33193319
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
33203320
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
41+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
42+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
77+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
116+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
94+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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@v5
9+
- uses: actions/checkout@v6.0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
68+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6969
- run: git config --global --add safe.directory /__w/suricata/suricata
7070

7171
- name: Fetching suricata-update

0 commit comments

Comments
 (0)