Skip to content

Commit b5ee6fe

Browse files
flichtenheldcron2
authored andcommitted
GHA: Dependency updates September 2025
chore(deps): update dependency aws/aws-lc to v1.61.3 chore(deps): update vcpkg digest to 9c5c2a0 chore(deps): update github actions Change-Id: I6725b55c9e7bf5410bde09659131590d40bfee4d Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1211 Message-Id: <20250926115415.158817-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg33220.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
1 parent 0fb5a00 commit b5ee6fe

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/build.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt update && sudo apt install -y python3-pip
1515
pip3 install pre-commit
1616
- name: Checkout OpenVPN
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
- name: Run clang-format
1919
run: pre-commit run -a --show-diff-on-failure || true
2020
- name: Check for changes
@@ -44,12 +44,12 @@ jobs:
4444
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg/installed
4545
steps:
4646
- name: Checkout OpenVPN
47-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48-
- uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.0.3
47+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48+
- uses: lukka/get-cmake@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.1.1
4949
- name: Install vcpkg
5050
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
5151
with:
52-
vcpkgGitCommitId: f33cc491c85a7d643c5ab6da1667c1458e6d7abf
52+
vcpkgGitCommitId: 9c5c2a0ab75aff5bcd08142525f6ff7f6f7ddeee
5353
- name: Install dependencies
5454
run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
5555
- name: configure OpenVPN with cmake
@@ -77,13 +77,13 @@ jobs:
7777
- name: Install dependencies
7878
run: sudo apt update && sudo apt install -y mingw-w64 unzip build-essential wget python3-docutils man2html-base
7979
- name: Checkout OpenVPN
80-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181

82-
- uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.0.3
82+
- uses: lukka/get-cmake@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.1.1
8383
- name: Restore from cache and install vcpkg
8484
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
8585
with:
86-
vcpkgGitCommitId: f33cc491c85a7d643c5ab6da1667c1458e6d7abf
86+
vcpkgGitCommitId: 9c5c2a0ab75aff5bcd08142525f6ff7f6f7ddeee
8787
vcpkgJsonGlob: '**/mingw/vcpkg.json'
8888

8989
- name: Run CMake with vcpkg.json manifest
@@ -120,9 +120,9 @@ jobs:
120120
name: "mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
121121
steps:
122122
- name: Checkout OpenVPN
123-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124124
- name: Retrieve mingw unittest
125-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
125+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
126126
with:
127127
name: openvpn-mingw-${{ matrix.arch }}-tests
128128
path: unittests
@@ -164,7 +164,7 @@ jobs:
164164
- name: Install dependencies
165165
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev libnl-genl-3-dev linux-libc-dev man2html libcmocka-dev python3-docutils libtool automake autoconf ${SSLPKG} ${PKCS11PKG}
166166
- name: Checkout OpenVPN
167-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
168168
- name: autoconf
169169
run: autoreconf -fvi
170170
- name: configure
@@ -194,7 +194,7 @@ jobs:
194194
- name: Install dependencies
195195
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev libnl-genl-3-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils libtool automake autoconf libmbedtls-dev
196196
- name: Checkout OpenVPN
197-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
197+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
198198
- name: autoconf
199199
run: autoreconf -fvi
200200
- name: configure
@@ -234,7 +234,7 @@ jobs:
234234
- name: Install dependencies
235235
run: brew install ${{matrix.ssllib}} lzo lz4 man2html cmocka libtool automake autoconf
236236
- name: Checkout OpenVPN
237-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
237+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
238238
- name: Set environment
239239
run: |
240240
cat >>$GITHUB_ENV <<EOF;
@@ -266,16 +266,16 @@ jobs:
266266

267267
runs-on: windows-2025
268268
steps:
269-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
270-
- uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.0.3
269+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
270+
- uses: lukka/get-cmake@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.1.1
271271

272272
- name: Install rst2html
273273
run: python -m pip install --upgrade pip docutils
274274

275275
- name: Restore artifacts, or setup vcpkg (do not install any package)
276276
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
277277
with:
278-
vcpkgGitCommitId: f33cc491c85a7d643c5ab6da1667c1458e6d7abf
278+
vcpkgGitCommitId: 9c5c2a0ab75aff5bcd08142525f6ff7f6f7ddeee
279279
vcpkgJsonGlob: '**/windows/vcpkg.json'
280280

281281
- name: Run CMake with vcpkg.json manifest (NO TESTS)
@@ -334,7 +334,7 @@ jobs:
334334
- name: Install dependencies
335335
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
336336
- name: "libressl: checkout"
337-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
337+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
338338
with:
339339
path: libressl
340340
# versioning=semver-coerced
@@ -357,7 +357,7 @@ jobs:
357357
- name: "ldconfig"
358358
run: sudo ldconfig
359359
- name: Checkout OpenVPN
360-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
360+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
361361
- name: autoconf
362362
run: autoreconf -fvi
363363
- name: configure
@@ -398,7 +398,7 @@ jobs:
398398
- name: Install dependencies
399399
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
400400
- name: "mbedtls: checkout"
401-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
401+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
402402
with:
403403
path: mbedtls
404404
submodules: true
@@ -412,7 +412,7 @@ jobs:
412412
run: sudo make install DESTDIR=/usr
413413
working-directory: mbedtls
414414
- name: Checkout OpenVPN
415-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
415+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
416416
- name: autoconf
417417
run: autoreconf -fvi
418418
- name: configure
@@ -457,13 +457,13 @@ jobs:
457457
- name: Install dependencies
458458
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
459459
- name: "AWS-LC: checkout"
460-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
460+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
461461
with:
462462
path: aws-lc
463463
# versioning=semver-coerced
464464
repository: aws/aws-lc
465-
ref: v1.55.0
466-
- uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.0.3
465+
ref: v1.61.3
466+
- uses: lukka/get-cmake@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.1.1
467467
- name: "AWS-LC: build"
468468
run: |
469469
mkdir build
@@ -472,7 +472,7 @@ jobs:
472472
ninja install
473473
working-directory: aws-lc
474474
- name: Checkout OpenVPN
475-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
475+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
476476
- name: autoconf
477477
run: autoreconf -fvi
478478
- name: configure with AWS-LC

.github/workflows/coverity-scan.yml

Lines changed: 3 additions & 3 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
1717
with:
1818
path: |
1919
cov-int
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Checkout OpenVPN
2727
if: steps.check_submit.outputs.cache-hit != 'true'
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929

3030
- name: Download Coverity Build Tool
3131
if: steps.check_submit.outputs.cache-hit != 'true'
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache submission
6767
if: steps.check_submit.outputs.cache-hit != 'true'
68-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
68+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6969
with:
7070
path: |
7171
cov-int

.github/workflows/doxygen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
if: ${{ github.repository_owner == 'openvpn' || github.event_name == 'workflow_dispatch' }}
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
with:
1616
path: openvpn
1717

@@ -35,7 +35,7 @@ jobs:
3535
touch doc/doxygen/html/.nojekyll
3636
- name: Upload static files as artifact
3737
id: deployment
38-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
38+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
3939
with:
4040
path: doxygen/doc/doxygen/html/
4141

0 commit comments

Comments
 (0)