From 35d95100bcbd1371af704c51de2e2942c0684a63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:15:53 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/AWSMegatests.yml | 10 +++++----- .github/workflows/backups.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/sync-test-datasets.yml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/AWSMegatests.yml b/.github/workflows/AWSMegatests.yml index fe45254d..17aa7db5 100644 --- a/.github/workflows/AWSMegatests.yml +++ b/.github/workflows/AWSMegatests.yml @@ -33,14 +33,14 @@ jobs: # limit it to push jobs to allow PR jobs to run concurrently. - name: Turnstyle if: ${{ github.event_name == 'push' }} - uses: softprops/turnstyle@807f6009e7cee5c2c9faa41ccef03a8bb24b06ab # v2 + uses: softprops/turnstyle@fa86562458e34a9067f0dc1316a76b3975b1c413 # v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: 3.13.x @@ -49,7 +49,7 @@ jobs: - name: PR previews if: ${{ github.event_name == 'pull_request' }} - uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6 + uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7 with: command: preview stack-name: ${{ env.PULUMI_STACK_NAME }} @@ -57,7 +57,7 @@ jobs: - name: Apply infrastructure update if: ${{ github.event_name == 'push' }} - uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6 + uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7 with: command: up stack-name: ${{ env.PULUMI_STACK_NAME }} diff --git a/.github/workflows/backups.yml b/.github/workflows/backups.yml index 0fa324e8..6ad97551 100644 --- a/.github/workflows/backups.yml +++ b/.github/workflows/backups.yml @@ -51,7 +51,7 @@ jobs: echo "TARBALL_FILENAME=$TARBALL_FILENAME" >> $GITHUB_OUTPUT - name: setup aws cli - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6 with: role-to-assume: ${{ secrets.AWS_BACKUP_ROLE }} aws-region: eu-west-1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index adce8e0e..f2810a68 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,8 +14,8 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: "3.13" - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 diff --git a/.github/workflows/sync-test-datasets.yml b/.github/workflows/sync-test-datasets.yml index 59efdbc1..2eb7bb06 100644 --- a/.github/workflows/sync-test-datasets.yml +++ b/.github/workflows/sync-test-datasets.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Get pipeline names and filter branches id: get-branches - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | // Fetch pipeline names from nf-core website @@ -65,7 +65,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -101,7 +101,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}