Skip to content

Commit 3d25fbe

Browse files
flichtenheldcron2
authored andcommitted
GHA: Dependency and Actions update April 2025 (2.6)
- Update all actions to latest releases. - Update vcpkg commit to latest master. Change-Id: Ie9bffcc487f53a3a8ae6e59b79e654360d99902c Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Arne Schwabe <[email protected]> Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg31290.html Signed-off-by: Gert Doering <[email protected]> Acked-by: Gert Doering <[email protected]> (cherry picked from commit 0ffa7b5) Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg31330.html Signed-off-by: Gert Doering <[email protected]>
1 parent ca61164 commit 3d25fbe

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Show changes on standard output
2828
run: git diff
2929
working-directory: openvpn
30-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
30+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3131
with:
3232
name: uncrustify-changes.patch
3333
path: 'openvpn/uncrustify-changes.patch'
@@ -55,7 +55,7 @@ jobs:
5555
- name: Restore from cache and install vcpkg
5656
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
5757
with:
58-
vcpkgGitCommitId: 33e9c99208736b713cabe4490e15235f62f893d4
58+
vcpkgGitCommitId: acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4
5959
vcpkgJsonGlob: '**/mingw/vcpkg.json'
6060

6161
- name: Run CMake with vcpkg.json manifest
@@ -65,15 +65,15 @@ jobs:
6565
buildPreset: mingw-${{ matrix.arch }}
6666
buildPresetAdditionalArgs: "['--config Debug']"
6767

68-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6969
with:
7070
name: openvpn-mingw-${{ matrix.arch }}
7171
path: |
7272
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.exe
7373
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.dll
7474
!${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/test_*.exe
7575
76-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
76+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7777
with:
7878
name: openvpn-mingw-${{ matrix.arch }}-tests
7979
path: |
@@ -92,7 +92,7 @@ jobs:
9292
name: "mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
9393
steps:
9494
- name: Retrieve mingw unittest
95-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
95+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9696
with:
9797
name: openvpn-mingw-${{ matrix.arch }}-tests
9898
path: unittests
@@ -227,15 +227,15 @@ jobs:
227227
runs-on: windows-latest
228228
steps:
229229
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
230-
- uses: lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5
230+
- uses: lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6
231231

232232
- name: Install rst2html
233233
run: python -m pip install --upgrade pip docutils
234234

235235
- name: Restore artifacts, or setup vcpkg (do not install any package)
236236
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
237237
with:
238-
vcpkgGitCommitId: 33e9c99208736b713cabe4490e15235f62f893d4
238+
vcpkgGitCommitId: acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4
239239
vcpkgJsonGlob: '**/windows/vcpkg.json'
240240

241241
- name: Run CMake with vcpkg.json manifest (NO TESTS)
@@ -254,7 +254,7 @@ jobs:
254254
testPreset: win-${{ matrix.arch }}-release
255255
testPresetAdditionalArgs: "['--output-on-failure']"
256256

257-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
257+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258258
with:
259259
name: openvpn-msvc-${{ matrix.arch }}
260260
path: |

.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@v4
16+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@v4
68+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6969
with:
7070
path: |
7171
cov-int

0 commit comments

Comments
 (0)