From c2d1be032911fb95786834a81c033f67526c8fcb Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Tue, 17 Dec 2024 22:19:39 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yaml | 12 ++++++------ .github/workflows/depgraph.yaml | 4 ++-- .github/workflows/renovate.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 02af1e2f..ee2a936e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: vcpkgJsonGlob: '**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json' - name: Get latest CMake and ninja - uses: lukka/get-cmake@71b7adfe2603f48bb9ed50d2b01a72499ae94885 # v3.31.0 + uses: lukka/get-cmake@5979409e62bdf841487c5fb3c053149de97a86d3 # v3.31.2 - 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: openvpn-master-${{ env.DATETIME }}-${{ env.OPENVPN_COMMIT }}-${{ matrix.arch }} path: ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi @@ -126,7 +126,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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ always() }} with: name: t_client_openvpn_logs @@ -213,7 +213,7 @@ jobs: - name: Restore cached chroots id: chroots-restore - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | debian-sbuild/chroots @@ -236,7 +236,7 @@ jobs: - name: Save chroots if: steps.chroots-restore.outputs.cache-hit != 'true' id: chroots-save - uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | debian-sbuild/chroots @@ -253,7 +253,7 @@ jobs: sg sbuild ./scripts/build-all.sh - name: Archive packages - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 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 8252b61b..0c74e6a9 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@e02bf7b1c996027e55e910400653576a8293246c # v41.0.3 + uses: renovatebot/github-action@e3a862510f27d57a380efb11f0b52ad7e8dbf213 # v41.0.6 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}