diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b726fa249..371d713f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -424,7 +424,7 @@ jobs: - name: Install Ninja run: sudo apt-get install -y ninja-build - name: Set up sccache - uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 + uses: hendrikmuhs/ccache-action@f09c25b45002a07be2955cbe52e8cee55643f89d # v1.2.24 with: variant: sccache key: gwp-asan-${{matrix.os}}-${{matrix.profile}} diff --git a/.github/workflows/reusable-cmake-build.yml b/.github/workflows/reusable-cmake-build.yml index f44e46fd9..993fec6c5 100644 --- a/.github/workflows/reusable-cmake-build.yml +++ b/.github/workflows/reusable-cmake-build.yml @@ -105,7 +105,7 @@ jobs: run: echo "hash=$(echo '${{ inputs.cmake-config }} ${{ inputs.extra-cmake-flags }}' | shasum -a 256 | cut -c1-16)" >> "$GITHUB_OUTPUT" - name: Set up sccache - uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 + uses: hendrikmuhs/ccache-action@f09c25b45002a07be2955cbe52e8cee55643f89d # v1.2.24 with: variant: sccache key: ${{ inputs.os }}-${{ inputs.build-type }}-${{ steps.config-hash.outputs.hash }} diff --git a/.github/workflows/reusable-vm-build.yml b/.github/workflows/reusable-vm-build.yml index 05967045c..59d3f712d 100644 --- a/.github/workflows/reusable-vm-build.yml +++ b/.github/workflows/reusable-vm-build.yml @@ -63,7 +63,7 @@ jobs: - name: Build on FreeBSD if: inputs.vm-type == 'freebsd' - uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 + uses: vmactions/freebsd-vm@8b0f1a8fc0ea0def307835c258940ca358fe6480 # v1.5.6 with: release: ${{ inputs.vm-version }} usesh: true @@ -84,7 +84,7 @@ jobs: - name: Build on NetBSD if: inputs.vm-type == 'netbsd' - uses: vmactions/netbsd-vm@6334c835de4c04a59fe59f0f8f071e02a2f0bab3 # v1.4.7 + uses: vmactions/netbsd-vm@20ee93a005c9fc78743e6e05269f4cb023b87413 # v1.5.0 with: release: ${{ inputs.vm-version }} usesh: true