File tree Expand file tree Collapse file tree
nf_core/pipeline-template/.github Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 name : Run start-up benchmarks
2929 runs-on : codspeed-macro
3030 steps :
31- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232 name : Check out source-code repository
3333
3434 - name : Set up Python
Original file line number Diff line number Diff line change 5858
5959 - name : Post PR comment
6060 if : steps.meta.outputs.post == 'true'
61- uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3
61+ uses : marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
6262 with :
6363 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6464 number : ${{ steps.meta.outputs.pr_number }}
Original file line number Diff line number Diff line change @@ -67,28 +67,28 @@ jobs:
6767 fetch-depth : " 0"
6868 - name : Check the correct default config base of the nf-core configs
6969 id : check_default_config
70- uses : GuillaumeFalourd/assert-command-line-output@2cd32f7751887b5ef1886521de68ea2ec3e2aee7 # v2
70+ uses : GuillaumeFalourd/assert-command-line-output@63ad23408d758ee7f09b4557cc0901d6ae4f3f76 # v2.4
7171 with :
7272 command_line : nextflow config -value params.custom_config_base .
7373 contains : https://raw.githubusercontent.com/nf-core/configs/master
7474 expected_result : PASSED
7575 - name : Check the correct inclusion of an existing institutional profile
7676 id : check_profile_inclusion
77- uses : GuillaumeFalourd/assert-command-line-output@2cd32f7751887b5ef1886521de68ea2ec3e2aee7 # v2
77+ uses : GuillaumeFalourd/assert-command-line-output@63ad23408d758ee7f09b4557cc0901d6ae4f3f76 # v2.4
7878 with :
7979 command_line : nextflow config -profile google -o flat .
8080 contains : " The nf-core framework" # Part of CITATION.cff, should always be printed if profile is included
8181 expected_result : PASSED
8282 - name : Check the failed inclusion of a non-existing institutional profile
8383 id : check_nonexistent_profile
84- uses : GuillaumeFalourd/assert-command-line-output@2cd32f7751887b5ef1886521de68ea2ec3e2aee7 # v2
84+ uses : GuillaumeFalourd/assert-command-line-output@63ad23408d758ee7f09b4557cc0901d6ae4f3f76 # v2.4
8585 with :
8686 command_line : nextflow config -profile GLaDOS -o flat .
8787 contains : " Unknown configuration profile: 'GLaDOS'"
8888 expected_result : PASSED
8989 - name : Check that offline prevents inclusion of nf-core configs
9090 id : check_offline_mode
91- uses : GuillaumeFalourd/assert-command-line-output@2cd32f7751887b5ef1886521de68ea2ec3e2aee7 # v2
91+ uses : GuillaumeFalourd/assert-command-line-output@63ad23408d758ee7f09b4557cc0901d6ae4f3f76 # v2.4
9292 env :
9393 NXF_OFFLINE : true
9494 with :
Original file line number Diff line number Diff line change 3737
3838 - name : Setup apptainer
3939 if : contains(inputs.profile, 'singularity')
40- uses : eWaterCycle/setup-apptainer@3f706d898c9db585b1d741b4692e66755f3a1b40 # v2
40+ uses : eWaterCycle/setup-apptainer@4bb22c52d4f63406c49e94c804632975787312b3 # v2.0.0
4141
4242 - name : Set up Singularity
4343 if : contains(inputs.profile, 'singularity')
Original file line number Diff line number Diff line change 6060
6161 - name : Post PR comment
6262 if : steps.meta.outputs.post == 'true'
63- uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3
63+ uses : marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
6464 with :
6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666 number : ${{ steps.meta.outputs.pr_number }}
Original file line number Diff line number Diff line change 1818 id : get_description
1919 run : |
2020 echo "description=$(curl -s https://nf-co.re/pipelines.json | jq -r '.remote_workflows[] | select(.full_name == "${{ github.repository }}") | .description')" >> $GITHUB_OUTPUT
21- - uses : rzr/fediverse-action@563159eb8d45f70ab6aaba36ed55cd037e51f441 # master
21+ - uses : rzr/fediverse-action@66c2cbb5b1997666b0e28d597631b6a4f09a2719 # v0.0.6
2222 with :
2323 access-token : ${{ secrets.MASTODON_ACCESS_TOKEN }}
2424 host : " mstdn.science" # custom host if not "mastodon.social" (default)
You can’t perform that action at this time.
0 commit comments