diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 29e8be2ac23..a9654a2abca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,13 +47,13 @@ jobs: steps: - name: Checkout OpenVPN uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3 + - uses: lukka/get-cmake@f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9 # v4.3.4 - name: Setup vcpkg uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6 with: vcpkgGitCommitId: ${{ env.VCPKG_GIT_COMMIT_ID }} - name: Set up vcpkg binary cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ${{ env.VCPKG_DEFAULT_BINARY_CACHE }} key: android-${{ matrix.abi }}-vcpkg-binary-cache-${{ env.VCPKG_GIT_COMMIT_ID }} @@ -91,7 +91,7 @@ jobs: - name: Checkout OpenVPN uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3 + - uses: lukka/get-cmake@f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9 # v4.3.4 - name: Setup vcpkg uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6 with: @@ -99,7 +99,7 @@ jobs: vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Set up vcpkg binary cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ${{ env.VCPKG_DEFAULT_BINARY_CACHE }} key: mingw-${{ matrix.arch }}-vcpkg-binary-cache-${{ hashFiles('**/mingw/vcpkg.json') }}-${{ env.VCPKG_GIT_COMMIT_ID }} @@ -288,7 +288,7 @@ jobs: runs-on: windows-2025-vs2026 steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3 + - uses: lukka/get-cmake@f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9 # v4.3.4 - name: Install rst2html run: python -m pip install --upgrade pip docutils @@ -300,7 +300,7 @@ jobs: vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Set up vcpkg binary cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ${{ env.VCPKG_DEFAULT_BINARY_CACHE }} key: msvc-${{ matrix.arch }}-vcpkg-binary-cache-${{ hashFiles('**/windows/vcpkg.json') }}-${{ env.VCPKG_GIT_COMMIT_ID }} diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index 105f23e81b9..375de64f906 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check submission cache id: check_submit - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: | cov-int @@ -65,7 +65,7 @@ jobs: - name: Cache submission if: steps.check_submit.outputs.cache-hit != 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: | cov-int diff --git a/.github/workflows/test-ssllib.yml b/.github/workflows/test-ssllib.yml index d8178a72578..ee1768b27b2 100644 --- a/.github/workflows/test-ssllib.yml +++ b/.github/workflows/test-ssllib.yml @@ -70,7 +70,7 @@ jobs: - name: Install dependencies 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 - name: Restore ${{inputs.libname}} from cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 id: ssllib-cache with: path: ${{env.LIBPREFIX}}