Skip to content

Commit 9412504

Browse files
committed
Merge remote-tracking branch 'origin/dev' into fix_typo
2 parents d95b628 + 04bbf4a commit 9412504

File tree

71 files changed

+2156
-1723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2156
-1723
lines changed

.github/.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
omit = nf_core/*-template/*
33
source = nf_core
44
relative_files = True
5-

.github/actions/create-lint-wf/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383

8484
- name: Upload log file artifact
8585
if: ${{ always() }}
86-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
86+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
8787
with:
8888
name: nf-core-log-file-${{ matrix.NXF_VER }}
8989
path: create-lint-wf/log.txt

.github/workflows/changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
)
2020
2121
steps:
22-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
with:
2424
token: ${{ secrets.NF_CORE_BOT_AUTH_TOKEN }}
2525

@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
gh pr checkout $PR_NUMBER
3838
39-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
39+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
4040
with:
4141
python-version: "3.12"
4242

@@ -65,7 +65,7 @@ jobs:
6565
echo "File changed: ${{ env.changed }}"
6666
6767
- name: Set up Python 3.12
68-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
68+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6969
with:
7070
python-version: "3.12"
7171
cache: "pip"

.github/workflows/create-lint-wf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
export NXF_WORK=$(pwd)
4949
5050
# Get the repo code
51-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
51+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
name: Check out source-code repository
5353

5454
# Set up nf-core/tools
5555
- name: Set up Python 3.12
56-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
56+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
5757
with:
5858
python-version: "3.12"
5959
cache: pip

.github/workflows/create-test-lint-wf-template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: 🏗 Set up yq
4141
uses: frenck/action-setup-yq@v1
4242
- name: checkout
43-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
43+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
- name: Create Matrix
4545
id: create_matrix
4646
run: |
@@ -77,11 +77,11 @@ jobs:
7777
cd create-lint-wf-template
7878
export NXF_WORK=$(pwd)
7979
80-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
80+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8181
name: Check out source-code repository
8282

8383
- name: Set up Python 3.12
84-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
84+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
8585
with:
8686
python-version: "3.12"
8787

@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Upload log file artifact
170170
if: ${{ always() }}
171-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
171+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
172172
with:
173173
name: nf-core-log-file-${{ matrix.TEMPLATE }}
174174
path: create-test-lint-wf/artifact_files.tar

.github/workflows/create-test-wf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
cd create-test-wf
4949
export NXF_WORK=$(pwd)
5050
51-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
51+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
name: Check out source-code repository
5353

5454
- name: Set up Python 3.12
55-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
55+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
5656
with:
5757
python-version: "3.12"
5858

@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload log file artifact
7777
if: ${{ always() }}
78-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
78+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7979
with:
8080
name: nf-core-log-file-${{ matrix.NXF_VER }}
8181
path: create-test-wf/log.txt

.github/workflows/deploy-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
name: Check out source-code repository
1818

1919
- name: Set up Python 3.12
20-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
2121
with:
2222
python-version: "3.12"
2323

.github/workflows/fix-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# Use the @nf-core-bot token to check out so we can push later
16-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:
1818
token: ${{ secrets.nf_core_bot_auth_token }}
1919

@@ -32,7 +32,7 @@ jobs:
3232
GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }}
3333

3434
# Install and run pre-commit
35-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
35+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
3636
with:
3737
python-version: "3.12"
3838

.github/workflows/lint-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
steps:
21-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Set up Python 3.12
24-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
24+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
2525
with:
2626
python-version: "3.12"
2727
cache: "pip"

.github/workflows/push_dockerhub_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727

2828
- name: Build nfcore/tools:dev docker image
2929
run: docker build --no-cache . -t nfcore/tools:dev

0 commit comments

Comments
 (0)