Skip to content

Commit 00afbad

Browse files
Update Infrastructural dependencies
1 parent 9ee51e7 commit 00afbad

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/get-shards/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ outputs:
2020
runs:
2121
using: "composite"
2222
steps:
23-
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
23+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
2424
with:
2525
distribution: "temurin"
2626
java-version: "17"

.github/actions/nf-test-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
runs:
2222
using: "composite"
2323
steps:
24-
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
24+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
2525
with:
2626
distribution: "temurin"
2727
java-version: "17"

.github/workflows/clean-up.yml

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

.github/workflows/close-wishlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
13+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10
1414
with:
1515
stale-issue-message: "This issue has been tagged as wishlist and no one has assigned themselves to it within a year. It will be closed in 10 days unless someone assigns themselves to it."
1616
close-issue-message: "This issue was closed because it has been tagged as wishlist and no one worked on it for over a year."

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install pip
148148
run: python -m pip install --upgrade pip
149149

150-
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
150+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
151151
with:
152152
distribution: "temurin"
153153
java-version: "17"

.github/workflows/reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
13+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10
1414
with:
1515
stale-issue-message: "This is a reminder that you assigned yourself to this issue to create a new module / new subworkflow. Please remove yourself from the Assignees if you do not plan to work on this anymore."
1616
days-before-stale: 178

.github/workflows/update-gpu-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }}
5757

58-
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
58+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
5959
with:
6060
distribution: "temurin"
6161
java-version: "17"

.github/workflows/update-sentieon-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }}
6060

61-
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
61+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
6262
with:
6363
distribution: "temurin"
6464
java-version: "17"

0 commit comments

Comments
 (0)