Skip to content

Commit 83bc6fb

Browse files
Update j178/prek-action digest to bdca6f1 (#4284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f53ebc commit 83bc6fb

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version: "3.14"
6666

6767
- name: Run pre-commit rules with prek
68-
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
68+
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2
6969
continue-on-error: true
7070
with:
7171
extra-args: --config .pre-commit-config.yaml --all-files

.github/workflows/clean-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
13+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
1414
with:
1515
stale-issue-message: "This issue has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment otherwise this issue will be closed in 20 days."
1616
stale-pr-message: "This PR has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment if it is still useful."

.github/workflows/fix-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Install and run prek
3434
- name: Run prek
3535
id: prek
36-
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
36+
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2
3737
with:
3838
extra-args: --config .pre-commit-config.yaml --all-files
3939
continue-on-error: true

.github/workflows/lint-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Run prek
25-
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
25+
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2
2626
with:
2727
extra-args: --config .pre-commit-config.yaml --all-files

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Upload coverage to Codecov
130130
if: always()
131-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
131+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
132132
with:
133133
files: ./coverage.xml
134134
flags: python-${{ matrix.python-version }}

nf_core/pipeline-template/.github/workflows/clean-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
13+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
1414
with:
1515
stale-issue-message: "This issue has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment otherwise this issue will be closed in 20 days."
1616
stale-pr-message: "This PR has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment if it is still useful."

nf_core/pipeline-template/.github/workflows/fix_linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Install and run prek
3838
- name: Run prek
3939
id: prek
40-
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
40+
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2
4141
continue-on-error: true
4242

4343
# indication that the linting has finished

nf_core/pipeline-template/.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: nf-core/setup-nextflow@b4ec1bc7c16a94435159de94a05253542fddf6ef # v3
1818

1919
- name: Run prek
20-
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
20+
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2
2121

2222
nf-core:
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)