We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c1f1c commit 35566ecCopy full SHA for 35566ec
.github/workflows/test.yml
@@ -28,6 +28,6 @@ jobs:
28
- run: npm run test
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
+ - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
32
33
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
action.yml
@@ -26,7 +26,7 @@ runs:
26
repository: nf-core/setup-nextflow
27
ref: v2.1.4
path: setup-nextflow
- - uses: actions/setup-java@e9343db97e09d87a3c50e544105d99fe912c204b
+ - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
with:
java-version: ${{ inputs.java-version }}
distribution: ${{ inputs.java-distribution }}
0 commit comments