Skip to content

Commit c4f4131

Browse files
chore(deps): update github actions
1 parent 2bb658c commit c4f4131

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/build.yaml

Lines changed: 15 additions & 15 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,7 +44,7 @@ jobs:
4444
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg/installed
4545
steps:
4646
- name: Checkout OpenVPN
47-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848
- uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.0.3
4949
- name: Install vcpkg
5050
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
@@ -77,7 +77,7 @@ 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

8282
- uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.0.3
8383
- name: Restore from cache and install vcpkg
@@ -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,7 +266,7 @@ jobs:
266266

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

272272
- name: Install rst2html
@@ -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,7 +457,7 @@ 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
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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'

.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)