Browse code

GHA: Dependency and Actions update May 2025

chore(deps): update dependency aws/aws-lc to v1.51.2
chore(deps): update github actions
chore(deps): update dependency libressl/portable to v4.1.0
chore(config): migrate config renovate.json
chore(deps): update vcpkg digest to b12aa38

Change-Id: I515f96c99f92ba144b60e8504cee74915de3efa3
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com>
Message-Id: <20250518153724.8099-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31682.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>

Frank Lichtenheld authored on 2025/05/19 00:37:18
Showing 2 changed files
... ...
@@ -54,11 +54,11 @@ jobs:
54 54
     steps:
55 55
       - name: Checkout OpenVPN
56 56
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
-      - uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c # v4.0.0
57
+      - uses: lukka/get-cmake@57c20a23a6cac5b90f31864439996e5b206df9dc # v4.0.1
58 58
       - name: Install vcpkg
59 59
         uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
60 60
         with:
61
-          vcpkgGitCommitId: 856505bb767458c99d8e3c3ed441f59a058d3687
61
+          vcpkgGitCommitId: b12aa38a44a29bd8461404f2514e4c7cf00e1fc5
62 62
       - name: Install dependencies
63 63
         run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
64 64
       - name: configure OpenVPN with cmake
... ...
@@ -88,11 +88,11 @@ jobs:
88 88
       - name: Checkout OpenVPN
89 89
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90 90
 
91
-      - uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c # v4.0.0
91
+      - uses: lukka/get-cmake@57c20a23a6cac5b90f31864439996e5b206df9dc # v4.0.1
92 92
       - name: Restore from cache and install vcpkg
93 93
         uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
94 94
         with:
95
-          vcpkgGitCommitId: 856505bb767458c99d8e3c3ed441f59a058d3687
95
+          vcpkgGitCommitId: b12aa38a44a29bd8461404f2514e4c7cf00e1fc5
96 96
           vcpkgJsonGlob: '**/mingw/vcpkg.json'
97 97
 
98 98
       - name: Run CMake with vcpkg.json manifest
... ...
@@ -131,7 +131,7 @@ jobs:
131 131
       - name: Checkout OpenVPN
132 132
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
133 133
       - name: Retrieve mingw unittest
134
-        uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
134
+        uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
135 135
         with:
136 136
           name: openvpn-mingw-${{ matrix.arch }}-tests
137 137
           path: unittests
... ...
@@ -276,7 +276,7 @@ jobs:
276 276
       runs-on: windows-latest
277 277
       steps:
278 278
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
279
-      - uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c # v4.0.0
279
+      - uses: lukka/get-cmake@57c20a23a6cac5b90f31864439996e5b206df9dc # v4.0.1
280 280
 
281 281
       - name: Install rst2html
282 282
         run: python -m pip install --upgrade pip docutils
... ...
@@ -284,7 +284,7 @@ jobs:
284 284
       - name: Restore artifacts, or setup vcpkg (do not install any package)
285 285
         uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
286 286
         with:
287
-          vcpkgGitCommitId: 856505bb767458c99d8e3c3ed441f59a058d3687
287
+          vcpkgGitCommitId: b12aa38a44a29bd8461404f2514e4c7cf00e1fc5
288 288
           vcpkgJsonGlob: '**/windows/vcpkg.json'
289 289
 
290 290
       - name: Run CMake with vcpkg.json manifest (NO TESTS)
... ...
@@ -348,7 +348,7 @@ jobs:
348 348
           path: libressl
349 349
           # versioning=semver-coerced
350 350
           repository: libressl/portable
351
-          ref: v4.0.0
351
+          ref: v4.1.0
352 352
       - name: "libressl: autogen.sh"
353 353
         env:
354 354
           LIBRESSL_GIT_OPTIONS: "--no-single-branch"
... ...
@@ -471,8 +471,8 @@ jobs:
471 471
           path: aws-lc
472 472
           # versioning=semver-coerced
473 473
           repository: aws/aws-lc
474
-          ref: v1.49.1
475
-      - uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c # v4.0.0
474
+          ref: v1.51.2
475
+      - uses: lukka/get-cmake@57c20a23a6cac5b90f31864439996e5b206df9dc # v4.0.1
476 476
       - name: "AWS-LC: build"
477 477
         run: |
478 478
           mkdir build
... ...
@@ -23,8 +23,12 @@
23 23
     "customManagers": [
24 24
         {
25 25
             "customType": "regex",
26
-            "fileMatch": ["^\\.github/workflows/.+\\.ya?ml$"],
27
-            "matchStrings": ["vcpkgGitCommitId:\\s*(?<currentDigest>.*?)\\n"],
26
+            "managerFilePatterns": [
27
+                "/^\\.github/workflows/.+\\.ya?ml$/"
28
+            ],
29
+            "matchStrings": [
30
+                "vcpkgGitCommitId:\\s*(?<currentDigest>.*?)\\n"
31
+            ],
28 32
             "currentValueTemplate": "master",
29 33
             "depNameTemplate": "vcpkg",
30 34
             "packageNameTemplate": "https://github.com/microsoft/vcpkg",
... ...
@@ -32,8 +36,12 @@
32 32
         },
33 33
         {
34 34
             "customType": "regex",
35
-            "fileMatch": ["^\\.github/workflows/.+\\.ya?ml$"],
36
-            "matchStrings": ["versioning=(?<versioning>.*?)\\n\\s*repository:\\s*(?<depName>.*?)\\n\\s*ref:\\s*(?<currentValue>.*?)\\n"],
35
+            "managerFilePatterns": [
36
+                "/^\\.github/workflows/.+\\.ya?ml$/"
37
+            ],
38
+            "matchStrings": [
39
+                "versioning=(?<versioning>.*?)\\n\\s*repository:\\s*(?<depName>.*?)\\n\\s*ref:\\s*(?<currentValue>.*?)\\n"
40
+            ],
37 41
             "datasourceTemplate": "github-tags"
38 42
         }
39 43
     ]