From 438322bc429db0e3661a742d326fbf2a5ea0718c Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Mon, 4 Nov 2024 07:19:37 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yaml | 18 +++++++++--------- .github/workflows/depgraph.yaml | 4 ++-- .github/workflows/renovate.yaml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 557296b2..596fe04c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout openvpn-build - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true @@ -35,7 +35,7 @@ jobs: vcpkgJsonGlob: '**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json' - name: Get latest CMake and ninja - uses: lukka/get-cmake@070a0507a7abe157ef918deec391da1be197d2d1 # v3.30.3 + uses: lukka/get-cmake@b516803a3c5fac40e2e922349d15cdebdba01e60 # v3.30.5 - name: Install rst2html run: python -m pip install --upgrade pip docutils @@ -76,7 +76,7 @@ jobs: echo "DATETIME=${dt}" >> $Env:GITHUB_ENV - name: Archive artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: openvpn-master-${{ env.DATETIME }}-${{ env.OPENVPN_COMMIT }}-${{ matrix.arch }} path: ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi @@ -99,7 +99,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Clone openvpn-windows-test repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: openvpn/openvpn-windows-test ref: master @@ -125,7 +125,7 @@ jobs: .\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*-amd64/*.msi | select -ExpandProperty FullName) - name: Archive openvpn logs - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: ${{ always() }} with: name: t_client_openvpn_logs @@ -177,7 +177,7 @@ jobs: steps: - name: Checkout openvpn-build - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true @@ -210,7 +210,7 @@ jobs: - name: Restore cached chroots id: chroots-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: | debian-sbuild/chroots @@ -233,7 +233,7 @@ jobs: - name: Save chroots if: steps.chroots-restore.outputs.cache-hit != 'true' id: chroots-save - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: | debian-sbuild/chroots @@ -250,7 +250,7 @@ jobs: sg sbuild ./scripts/build-all.sh - name: Archive packages - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: openvpn-debian path: | diff --git a/.github/workflows/depgraph.yaml b/.github/workflows/depgraph.yaml index 807b8bd1..f9e0a127 100644 --- a/.github/workflows/depgraph.yaml +++ b/.github/workflows/depgraph.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: 'recursive' @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: 'recursive' diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index dffe18bb..a5f39150 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@17973eff4f1b66dc88786ea5490d902aaa274cbf # v40.2.9 + uses: renovatebot/github-action@28bcd5c4900a4353b5c9af9e1bd61dd6377f0f0d # v40.3.5 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}