diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0142db7b3..9ae8ad7a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: sudo ln -s /usr/bin/g++-15 /usr/bin/g++ pipx install meson==1.3.2 - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.isax }} verbose: 2 @@ -194,7 +194,7 @@ jobs: sudo ln -s /usr/bin/g++-15 /usr/bin/g++ pipx install meson==1.3.2 - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }} verbose: 2 @@ -229,7 +229,7 @@ jobs: sudo apt-get install -y --no-install-recommends ninja-build pipx ccache pipx install meson==1.3.2 - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }} verbose: 2 @@ -280,7 +280,7 @@ jobs: sudo ln -s /usr/bin/g++-15 /usr/bin/g++ pipx install meson==1.3.2 - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }} verbose: 2 @@ -322,7 +322,7 @@ jobs: sudo ln -s /usr/bin/g++-15 /usr/bin/g++ pipx install meson==1.3.2 - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }} verbose: 2 @@ -450,7 +450,7 @@ jobs: - if: ${{ matrix.version == '15' }} run: sudo apt-get satisfy -y 'binutils (>= 2.45)' - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.version }}-${{ matrix.distro }}-${{ matrix.arch_flags }} verbose: 2 @@ -532,7 +532,7 @@ jobs: qemu-user-static pipx libc6-${{ matrix.arch_deb }}-cross libstdc++-${{ matrix.version }}-dev-${{ matrix.arch_deb }}-cross pipx install meson==1.3.2 - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.version}}${{ matrix.extra }}-${{ matrix.distro }}-${{ matrix.cross }} verbose: 2 @@ -587,7 +587,7 @@ jobs: libstdc++-12-dev-${{ matrix.arch_deb }}-cross \ binutils-${{ matrix.arch_gnu }}-linux-gnu - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.distro }}-${{ matrix.cross }} verbose: 2 @@ -642,7 +642,7 @@ jobs: libstdc++-12-dev-${{ matrix.arch_deb }}-cross \ binutils-${{ matrix.arch_gnu }}-linux-gnu ccache - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.distro }}-${{ matrix.cross }} verbose: 2 @@ -717,7 +717,7 @@ jobs: binutils-${{ matrix.arch_gnu }}-linux-gnu${{ matrix.arch_gnu_abi }} pipx install meson - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.version }}-${{ matrix.cross }} verbose: 2 @@ -952,7 +952,7 @@ jobs: sudo ln -s "$(command -v clang-${{ matrix.version }})" /usr/bin/cc sudo ln -s "$(command -v clang-${{ matrix.version }})" /usr/bin/c++ - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.version }}-${{ matrix.distro }}-${{ matrix.arch_flags }}${{ matrix.plain }} verbose: 2 @@ -1016,7 +1016,7 @@ jobs: - name: Compiler version run: cc --version - name: ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.xcode }} verbose: 2