Skip to content

Commit 704e9be

Browse files
github-actions: bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ec8274 commit 704e9be

12 files changed

Lines changed: 46 additions & 46 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
fetch-depth: 0

.github/workflows/builds.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
texlive-capt-of \
141141
texlive-needspace
142142
143-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
143+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
144144
- run: git config --global --add safe.directory /__w/suricata/suricata
145145
- uses: ./.github/actions/install-cbindgen
146146
# Download and extract dependency archives created during prep
@@ -339,7 +339,7 @@ jobs:
339339
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
340340
- run: cargo install bindgen-cli --version 0.66.0
341341

342-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
342+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
343343
- run: git config --global --add safe.directory /__w/suricata/suricata
344344
- uses: ./.github/actions/install-cbindgen
345345
# Download and extract dependency archives created during prep
@@ -552,7 +552,7 @@ jobs:
552552
- run: rustup component add rustfmt
553553
- run: rustup component add clippy
554554

555-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
555+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
556556
- run: git config --global --add safe.directory /__w/suricata/suricata
557557

558558
- uses: ./.github/actions/install-cbindgen
@@ -711,7 +711,7 @@ jobs:
711711
which \
712712
zlib-devel
713713
714-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
714+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
715715
- run: git config --global --add safe.directory /__w/suricata/suricata
716716

717717
- uses: ./.github/actions/install-cbindgen
@@ -906,7 +906,7 @@ jobs:
906906
- name: Install Rust
907907
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.86.0 -y
908908
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
909-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
909+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
910910
- uses: ./.github/actions/install-cbindgen
911911
- run: git config --global --add safe.directory /__w/suricata/suricata
912912
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
@@ -1004,7 +1004,7 @@ jobs:
10041004
sudo \
10051005
which \
10061006
zlib-devel
1007-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1007+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
10081008
- uses: ./.github/actions/install-cbindgen
10091009
- run: git config --global --add safe.directory /__w/suricata/suricata
10101010
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
@@ -1101,7 +1101,7 @@ jobs:
11011101
vectorscan-devel \
11021102
which \
11031103
zlib-devel
1104-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1104+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
11051105
- run: git config --global --add safe.directory /__w/suricata/suricata
11061106
- uses: ./.github/actions/install-cbindgen
11071107
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
@@ -1191,7 +1191,7 @@ jobs:
11911191
which \
11921192
zlib-devel
11931193
- run: adduser suricata
1194-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1194+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
11951195
- uses: ./.github/actions/install-cbindgen
11961196
- run: git config --global --add safe.directory /__w/suricata/suricata
11971197
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
@@ -1291,7 +1291,7 @@ jobs:
12911291
sudo \
12921292
which \
12931293
zlib-devel
1294-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1294+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
12951295
- run: git config --global --add safe.directory /__w/suricata/suricata
12961296
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12971297
with:
@@ -1402,7 +1402,7 @@ jobs:
14021402
software-properties-common \
14031403
zlib1g \
14041404
zlib1g-dev
1405-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1405+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
14061406
- run: git config --global --add safe.directory /__w/suricata/suricata
14071407
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
14081408
with:
@@ -1480,7 +1480,7 @@ jobs:
14801480
software-properties-common \
14811481
zlib1g \
14821482
zlib1g-dev
1483-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1483+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
14841484
- run: git config --global --add safe.directory /__w/suricata/suricata
14851485
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
14861486
with:
@@ -1556,7 +1556,7 @@ jobs:
15561556
exuberant-ctags \
15571557
curl \
15581558
dpdk-dev
1559-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1559+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
15601560
- run: git config --global --add safe.directory /__w/suricata/suricata
15611561
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
15621562
with:
@@ -1723,7 +1723,7 @@ jobs:
17231723
# specific version to match up to the llvm version in ubuntu below
17241724
- name: Install Rust
17251725
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.1 -y
1726-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1726+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
17271727
- run: git config --global --add safe.directory /__w/suricata/suricata
17281728
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
17291729
with:
@@ -1835,7 +1835,7 @@ jobs:
18351835
# specific version to match up to the llvm version in ubuntu below
18361836
- name: Install Rust
18371837
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.1 -y
1838-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1838+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
18391839
- run: git config --global --add safe.directory /__w/suricata/suricata
18401840
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
18411841
with:
@@ -1985,7 +1985,7 @@ jobs:
19851985
time \
19861986
wget \
19871987
dpdk-dev
1988-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1988+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
19891989
- run: git config --global --add safe.directory /__w/suricata/suricata
19901990
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
19911991
with:
@@ -2076,7 +2076,7 @@ jobs:
20762076
iproute2 \
20772077
iptables \
20782078
tshark
2079-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2079+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
20802080
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
20812081
with:
20822082
name: prep
@@ -2231,7 +2231,7 @@ jobs:
22312231
time \
22322232
wget \
22332233
dpdk-dev
2234-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2234+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
22352235
- run: git config --global --add safe.directory /__w/suricata/suricata
22362236
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
22372237
with:
@@ -2338,7 +2338,7 @@ jobs:
23382338
# packaged Rust version is too old for coverage, so get from rustup
23392339
- name: Install Rust
23402340
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.1 -y
2341-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2341+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
23422342
- run: git config --global --add safe.directory /__w/suricata/suricata
23432343
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
23442344
with:
@@ -2437,7 +2437,7 @@ jobs:
24372437
zlib1g-dev \
24382438
exuberant-ctags \
24392439
dpdk-dev
2440-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2440+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
24412441
- run: git config --global --add safe.directory /__w/suricata/suricata
24422442
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
24432443
with:
@@ -2590,7 +2590,7 @@ jobs:
25902590
zlib1g \
25912591
zlib1g-dev \
25922592
exuberant-ctags
2593-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2593+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
25942594
- run: git config --global --add safe.directory /__w/suricata/suricata
25952595
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
25962596
with:
@@ -2669,7 +2669,7 @@ jobs:
26692669
zlib1g \
26702670
zlib1g-dev
26712671
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2672-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2672+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
26732673
- run: git config --global --add safe.directory /__w/suricata/suricata
26742674
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
26752675
with:
@@ -2766,7 +2766,7 @@ jobs:
27662766
make -j ${{ env.CPUS }}
27672767
sudo make install
27682768
2769-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2769+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
27702770
- run: git config --global --add safe.directory /__w/suricata/suricata
27712771
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
27722772
with:
@@ -2895,7 +2895,7 @@ jobs:
28952895
ninja -C build install
28962896
ldconfig
28972897
cd $HOME
2898-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2898+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
28992899
- run: git config --global --add safe.directory /__w/suricata/suricata
29002900
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
29012901
with:
@@ -2977,7 +2977,7 @@ jobs:
29772977
zlib1g-dev \
29782978
clang \
29792979
libxdp-dev
2980-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2980+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
29812981
- run: git config --global --add safe.directory /__w/suricata/suricata
29822982
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
29832983
with:
@@ -3069,7 +3069,7 @@ jobs:
30693069
zlib1g-dev \
30703070
clang \
30713071
libxdp-dev
3072-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3072+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
30733073
- run: git config --global --add safe.directory /__w/suricata/suricata
30743074
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
30753075
with:
@@ -3157,7 +3157,7 @@ jobs:
31573157
texlive-latex-extra \
31583158
zlib1g \
31593159
zlib1g-dev
3160-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3160+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
31613161
- run: git config --global --add safe.directory /__w/suricata/suricata
31623162
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
31633163
with:
@@ -3240,7 +3240,7 @@ jobs:
32403240
texlive-latex-extra \
32413241
zlib1g \
32423242
zlib1g-dev
3243-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3243+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
32443244
- run: git config --global --add safe.directory /__w/suricata/suricata
32453245
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
32463246
with:
@@ -3319,7 +3319,7 @@ jobs:
33193319
- name: Install Rust
33203320
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
33213321
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3322-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3322+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
33233323
- run: git config --global --add safe.directory /__w/suricata/suricata
33243324
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
33253325
with:
@@ -3368,7 +3368,7 @@ jobs:
33683368
rust \
33693369
xz
33703370
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3371-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3371+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
33723372
- run: git config --global --add safe.directory /__w/suricata/suricata
33733373
- name: Downloading prep archive
33743374
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
@@ -3404,7 +3404,7 @@ jobs:
34043404
runs-on: ubuntu-latest
34053405
needs: [prepare-deps]
34063406
steps:
3407-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3407+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
34083408
- name: Downloading prep archive
34093409
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
34103410
with:
@@ -3469,7 +3469,7 @@ jobs:
34693469
# preinstalled one to be picked up by configure
34703470
- name: cbindgen
34713471
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3472-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3472+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
34733473
- run: git config --global --add safe.directory /__w/suricata/suricata
34743474
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
34753475
with:
@@ -3526,7 +3526,7 @@ jobs:
35263526
# preinstalled one to be picked up by configure
35273527
- name: cbindgen
35283528
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3529-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3529+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
35303530
- run: git config --global --add safe.directory /__w/suricata/suricata
35313531
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
35323532
with:
@@ -3584,7 +3584,7 @@ jobs:
35843584
mingw-w64-ucrt-x86_64-rust
35853585
mingw-w64-ucrt-x86_64-toolchain
35863586
unzip
3587-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3587+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
35883588
- run: git config --global --add safe.directory /__w/suricata/suricata
35893589
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
35903590
with:
@@ -3631,7 +3631,7 @@ jobs:
36313631
# preinstalled one to be picked up by configure
36323632
- name: cbindgen
36333633
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
3634-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3634+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
36353635
- run: git config --global --add safe.directory /__w/suricata/suricata
36363636
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
36373637
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
41+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
77+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
116+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
117117
- run: git config --global --add safe.directory /__w/suricata/suricata
118118
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
94+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
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
@@ -9,7 +9,7 @@ jobs:
99
tests:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@v6.0.3
1313
- uses: cachix/install-nix-action@v31
1414
with:
1515
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
68+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6969
- run: git config --global --add safe.directory /__w/suricata/suricata
7070

7171
- name: Fetching suricata-update

.github/workflows/rust-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
7474
- name: Install Cargo Audit
7575
run: cargo install cargo-audit
76-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
76+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
7777
- name: Configure Suricata
7878
run: |
7979
./autogen.sh
@@ -147,7 +147,7 @@ jobs:
147147
sudo \
148148
which \
149149
zlib-devel
150-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
150+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
151151
- name: Install Minimum Supported Rust Version
152152
run: |
153153
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $(awk -F '"' '/rust-version/ { print $2 }' rust/Cargo.toml.in)

0 commit comments

Comments
 (0)