There was an error while loading. Please reload this page.
1 parent f535a85 commit c9fe252Copy full SHA for c9fe252
1 file changed
.github/workflows/linting.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
18
19
- name: Set up Python 3.12
20
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
21
with:
22
python-version: "3.12"
23
@@ -36,7 +36,7 @@ jobs:
36
- name: Install Nextflow
37
uses: nf-core/setup-nextflow@v2
38
39
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
40
41
42
architecture: "x64"
0 commit comments