diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00579aefac..4b53759db9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Setup mold if: ${{ matrix.cfg.mold == 'yes' }} - uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 + uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e # v1 - name: Add LLVM apt repository if: ${{ matrix.cfg.llvm-apt }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dacca76652..2a04bdce38 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -58,7 +58,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. - name: Setup mold - uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 + uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e - name: Build run: cmake -B build -DDPP_NO_VCPKG=ON -DAVX_TYPE=AVX0 -DCMAKE_BUILD_TYPE=Release && cmake --build build -j4