From 374e27369983fcafb40b9e4edeeee85769603e75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:32:44 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/release.yaml | 4 ++-- .github/workflows/update-copyright-years-in-license-file.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e44527a..ba679ed 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -161,7 +161,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: ref: main @@ -171,7 +171,7 @@ jobs: grep '{% set version' conda-recipe/meta.yaml - name: Setup Conda (conda-forge only) - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3 with: miniforge-variant: Miniforge3 python-version: "3.12" diff --git a/.github/workflows/update-copyright-years-in-license-file.yaml b/.github/workflows/update-copyright-years-in-license-file.yaml index 4856a7d..96d04a3 100644 --- a/.github/workflows/update-copyright-years-in-license-file.yaml +++ b/.github/workflows/update-copyright-years-in-license-file.yaml @@ -9,9 +9,9 @@ jobs: update-license-year: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@v3 + - uses: FantasticFiasco/action-update-license-year@f180e962fa988db222d8f03ef4636750312d1b3d # v3 with: token: ${{ secrets.GITHUB_TOKEN }}