diff --git a/.github/workflows/add-netlify-link.yml b/.github/workflows/add-netlify-link.yml index 676beae3ed..e9b9040222 100644 --- a/.github/workflows/add-netlify-link.yml +++ b/.github/workflows/add-netlify-link.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check for changed files id: changed-files - uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45 + uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45 - name: Add Netlify link to PR if: steps.changed-files.outputs.all_changed_files != '' diff --git a/.github/workflows/rich-codex.yml b/.github/workflows/rich-codex.yml index b9663c7811..ce82e89992 100644 --- a/.github/workflows/rich-codex.yml +++ b/.github/workflows/rich-codex.yml @@ -16,7 +16,7 @@ jobs: python-version: 3.x - name: Install Nextflow - uses: nf-core/setup-nextflow@561fcfc7146dcb12e3871909b635ab092a781f34 # v2 + uses: nf-core/setup-nextflow@6c2e22b4d901f0c42ca66c5069f8026df026d165 # v2 - name: Install nf-test uses: nf-core/setup-nf-test@v1