Skip to content

Commit 96d3834

Browse files
renovate[bot]nf-core-botmashehu
authored
chore(deps): pin dependencies (#3554)
* chore(deps): pin dependencies * [automated] Update CHANGELOG.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nf-core-bot <[email protected]> Co-authored-by: Matthias Hörtenhuber <[email protected]>
1 parent e5ec63b commit 96d3834

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/nextflow-source-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ jobs:
1414

1515
steps:
1616
- name: Check out Nextflow
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
repository: nextflow-io/nextflow
2020
path: nextflow
2121

22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
name: Check out nf-core/tools
2424
with:
2525
ref: dev
2626
path: nf-core-tools
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3030
with:
3131
python-version: "3.13"
3232
cache: pip
3333
cache-dependency-path: nf-core-tools/pyproject.toml
3434

3535
- name: Set up Java
36-
uses: actions/setup-java@v4
36+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
3737
with:
3838
distribution: "temurin"
3939
architecture: x64

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
- Handling issue with arity #3530 ([#3539](https://github.com/nf-core/tools/pull/3539))
7373
- chore(deps): update actions/github-script action to v7 ([#3545](https://github.com/nf-core/tools/pull/3545))
7474
- GitHub action for nightly tests with Nextflow from source ([#3553](https://github.com/nf-core/tools/pull/3553))
75+
- chore(deps): pin dependencies ([#3554](https://github.com/nf-core/tools/pull/3554))
7576
- Dev ([#3557](https://github.com/nf-core/tools/pull/3557))
7677
- chore(deps): update python:3.12-slim docker digest to bae1a06 ([#3558](https://github.com/nf-core/tools/pull/3558))
7778
- Update CI to test template pipelines with nf-test ([#3559](https://github.com/nf-core/tools/pull/3559))

0 commit comments

Comments
 (0)