From a59ea569eaef6376af9a46968b65a1670f76da14 Mon Sep 17 00:00:00 2001 From: chai min Date: Fri, 16 May 2025 17:22:42 +0800 Subject: [PATCH] ci: Workflow dependencies pinned using hash values To ensure stability and improve build reproducibility, updated the dependency repository version from version to a pinned hash. This approach avoids potential issues caused by moving or deleting tags and ensures that all environments use the same dependency version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7b8686..72b9057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: name: ${{matrix.config.name}} runs-on: ${{matrix.config.os}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 # Windows - name: Install boost (Windows)