From 2faebbc5846b3190b462f15388c9608c10885900 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:00:50 +0000 Subject: [PATCH 1/2] chore(deps): update actions/github-script action to v7 --- .github/workflows/test_offline_configs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_offline_configs.yml b/.github/workflows/test_offline_configs.yml index 4621d3a39e..88c9756e0d 100644 --- a/.github/workflows/test_offline_configs.yml +++ b/.github/workflows/test_offline_configs.yml @@ -98,7 +98,7 @@ jobs: - name: Create Issue on Test Failure if: ${{ failure() }} - uses: actions/github-script@v6 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 with: github-token: ${{ secrets.nf_core_bot_auth_token }} script: | From a502c7110068b88f69caf72bf0cb7c53ea0322db Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 25 Apr 2025 06:03:22 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0585a1c438..7abc2c46f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ - adding boundary in regex ([#3535](https://github.com/nf-core/tools/pull/3535)) - switch to using runsOn runners in nf-core/tools repo ([#3537](https://github.com/nf-core/tools/pull/3537)) - Handling issue with arity #3530 ([#3539](https://github.com/nf-core/tools/pull/3539)) +- chore(deps): update actions/github-script action to v7 ([#3545](https://github.com/nf-core/tools/pull/3545)) ## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27]