From 2e6d4232c07e2c0d01e3d8b530d1dda85d5f98f3 Mon Sep 17 00:00:00 2001 From: Nathan Woodrow Date: Thu, 8 May 2025 21:41:45 +1000 Subject: [PATCH] Update github workflows to used pinned SHA for 3rd party actions --- .github/workflows/windows-qt6.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-qt6.yml b/.github/workflows/windows-qt6.yml index 517062c19f3..572a60dbf09 100644 --- a/.github/workflows/windows-qt6.yml +++ b/.github/workflows/windows-qt6.yml @@ -33,18 +33,18 @@ jobs: choco uninstall cmake.install - name: 🐩 Install CMake and Ninja - uses: lukka/get-cmake@latest + uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5 with: cmakeVersion: 3.31.6 - name: 🧽 Developer Command Prompt for Microsoft Visual C++ - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 #v1 - name: 🎡 Setup vcpkg uses: ./.github/actions/setup-vcpkg - name: 🦬 Setup flex/bison - uses: robinraju/release-downloader@v1.12 + uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 #v1.12 with: repository: 'lexxmark/winflexbison' fileName: '*.zip' @@ -52,7 +52,7 @@ jobs: extract: true - name: 🛍️ Setup ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 #v1.2 with: max-size: 1G key: build-ccache-win64-qt6-${{ github.event.pull_request.base.ref || github.ref_name }}