Skip to content

Commit b3700e1

Browse files
committed
update actions
1 parent c3fb368 commit b3700e1

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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 }}

.github/workflows/test_offline_configs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

nf_core/pipeline-template/.github/actions/nf-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
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')

nf_core/pipeline-template/.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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 }}

nf_core/pipeline-template/.github/workflows/release-announcements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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)

0 commit comments

Comments
 (0)