File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ jobs:
2121 run : sudo apt update && sudo apt install -y libcap-dev libfmt-dev libjsoncpp-dev liblzo2-dev liblz4-dev libssl-dev swig
2222 - name : Checkout OpenVPN 3
2323 if : steps.check_submit.outputs.cache-hit != 'true'
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 with :
2626 path : openvpn3
2727 - name : Checkout asio
2828 if : steps.check_submit.outputs.cache-hit != 'true'
29- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030 with :
3131 # versioning=regex:^asio-(?<major>\d+)-(?<minor>\d+)-(?<patch>\d+)$
3232 repository : chriskohlhoff/asio
3333 ref : asio-1-38-0
3434 path : asio
3535 - name : Checkout xxHash
3636 if : steps.check_submit.outputs.cache-hit != 'true'
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 with :
3939 # versioning=semver-coerced
4040 repository : Cyan4973/xxHash
4141 ref : v0.8.3
4242 path : xxHash
43- - uses : lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
43+ - uses : lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3
4444 if : steps.check_submit.outputs.cache-hit != 'true'
4545
4646 - name : Download Coverity Build Tool
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 build :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1414 with :
1515 path : openvpn3
1616 - name : Checkout doxygen-awesome-css
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 path : doxygen-awesome-css
2020 repository : jothepro/doxygen-awesome-css
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323
2424 runs-on : windows-2025
2525 steps :
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27- - uses : lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
26+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
27+ - uses : lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3
2828 - name : Install vcpkg
29- uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
29+ uses : lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
3030 env :
3131 VCPKG_BINARY_SOURCES : default,rw
3232 with :
@@ -82,14 +82,14 @@ jobs:
8282
8383 runs-on : ubuntu-24.04
8484 steps :
85- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
86- - uses : lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
85+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
86+ - uses : lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3
8787
8888 - name : Install dependencies
8989 run : sudo apt update && sudo apt install -y mingw-w64 unzip cmake build-essential
9090
9191 - name : Install vcpkg
92- uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
92+ uses : lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
9393 env :
9494 VCPKG_BINARY_SOURCES : default,rw
9595 with :
You can’t perform that action at this time.
0 commit comments