Skip to content

Commit 48c68eb

Browse files
chore(deps): update github actions
1 parent 0e18999 commit 48c68eb

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Checkout OpenVPN
4747
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48-
- uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
48+
- uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
4949
- name: Install vcpkg
5050
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
5151
with:
@@ -80,15 +80,15 @@ jobs:
8080
- name: Checkout OpenVPN
8181
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282

83-
- uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
83+
- uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
8484
- name: Restore from cache and install vcpkg
8585
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
8686
with:
8787
vcpkgGitCommitId: e5a1490e1409d175932ef6014519e9ae149ddb7c
8888
vcpkgJsonGlob: '**/mingw/vcpkg.json'
8989

9090
- name: Run CMake with vcpkg.json manifest
91-
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
91+
uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
9292
with:
9393
configurePreset: mingw-${{ matrix.arch }}
9494
buildPreset: mingw-${{ matrix.arch }}
@@ -266,7 +266,7 @@ jobs:
266266
runs-on: windows-2025
267267
steps:
268268
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
269-
- uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
269+
- uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
270270

271271
- name: Install rst2html
272272
run: python -m pip install --upgrade pip docutils
@@ -278,14 +278,14 @@ jobs:
278278
vcpkgJsonGlob: '**/windows/vcpkg.json'
279279

280280
- name: Run CMake with vcpkg.json manifest (NO TESTS)
281-
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
281+
uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
282282
if: ${{ matrix.arch == 'arm64' }}
283283
with:
284284
configurePreset: win-${{ matrix.arch }}-release
285285
buildPreset: win-${{ matrix.arch }}-release
286286

287287
- name: Run CMake with vcpkg.json manifest
288-
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
288+
uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
289289
if: ${{ matrix.arch != 'arm64' }}
290290
with:
291291
configurePreset: win-${{ matrix.arch }}-release
@@ -337,7 +337,7 @@ jobs:
337337
- name: Install dependencies
338338
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils libtool automake autoconf pkg-config libcap-ng-dev libnl-genl-3-dev
339339
- name: Restore libressl from cache
340-
uses: actions/cache@v5
340+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
341341
id: libressl-cache
342342
with:
343343
path: ${{ env.LIBRESSL_INSTALL }}
@@ -424,7 +424,7 @@ jobs:
424424
- name: Install dependencies
425425
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils python3-jinja2 python3-jsonschema libtool automake autoconf pkg-config libcap-ng-dev libnl-genl-3-dev
426426
- name: Restore mbed TLS from cache
427-
uses: actions/cache@v5
427+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
428428
id: mbedtls-cache
429429
with:
430430
path: ${{ env.MBEDTLS_INSTALL }}
@@ -437,7 +437,7 @@ jobs:
437437
submodules: recursive
438438
repository: ${{ env.MBEDTLS_REPO }}
439439
ref: ${{ env.MBEDTLS_VERSION }}
440-
- uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
440+
- uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
441441
- name: "mbedtls: cmake"
442442
if: steps.mbedtls-cache.outputs.cache-hit != 'true'
443443
run: cmake -B build -DCMAKE_INSTALL_PREFIX=${{ env.MBEDTLS_INSTAL }}
@@ -503,7 +503,7 @@ jobs:
503503
- name: Install dependencies
504504
run: sudo apt update && sudo apt install -y gcc golang make liblzo2-dev libpam0g-dev liblz4-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils python3-jinja2 python3-jsonschema libtool automake autoconf pkg-config libcap-ng-dev libnl-genl-3-dev
505505
- name: Restore AWS-LC from cache
506-
uses: actions/cache@v5
506+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
507507
id: aws-lc-cache
508508
with:
509509
path: ${{ env.AWS_LC_INSTALL }}
@@ -515,7 +515,7 @@ jobs:
515515
path: aws-lc
516516
repository: ${{ env.AWS_LC_REPO }}
517517
ref: ${{ env.AWS_LC_VERSION }}
518-
- uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
518+
- uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
519519
- name: "AWS-LC: build"
520520
if: steps.aws-lc-cache.outputs.cache-hit != 'true'
521521
run: |

.github/workflows/coverity-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Check submission cache
1515
id: check_submit
16-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
16+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1717
with:
1818
path: |
1919
cov-int
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache submission
6767
if: steps.check_submit.outputs.cache-hit != 'true'
68-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
68+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6969
with:
7070
path: |
7171
cov-int

0 commit comments

Comments
 (0)