From a87d3b552840299361bf33d3d897074ae4cfb5b4 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Fri, 13 Sep 2024 15:20:39 -0700 Subject: [PATCH] Pin actions to commit sha --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79d1580..9e7ec23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: PYTHONUNBUFFERED: "1" steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: conda-incubator/setup-miniconda@v3 + - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 with: auto-activate-base: true activate-environment: "" @@ -55,7 +55,7 @@ jobs: CONDA_BLD_PATH: ${{ runner.temp }}/bld run: conda build recipe --override-channels -c conda-forge - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: github.event_name == 'pull_request' with: name: conda-standalone-${{ matrix.subdir }}