File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v6.0.2
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v4
45+ uses : github/codeql-action/init@v4.36.0
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below)
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@v4
59+ uses : github/codeql-action/autobuild@v4.36.0
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6969 # ./location_of_script_within_repo/buildscript.sh
7070
7171 - name : Perform CodeQL Analysis
72- uses : github/codeql-action/analyze@v4
72+ uses : github/codeql-action/analyze@v4.36.0
Original file line number Diff line number Diff line change 1313
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v6.0.2
1717 - name : Setup Miniconda
18- uses : conda-incubator/setup-miniconda@v3.2.0
18+ uses : conda-incubator/setup-miniconda@v4.0.1
1919 with :
2020 auto-update-conda : true
2121 python-version : " 3.12"
Original file line number Diff line number Diff line change 1313
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v6.0.2
1717 - name : Setup Miniconda
18- uses : conda-incubator/setup-miniconda@v3.2.0
18+ uses : conda-incubator/setup-miniconda@v4.0.1
1919 with :
2020 channels : conda-forge
2121 environment-file : environment.yml
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 ports :
4545 - 27017:27017
4646 steps :
47- - uses : actions/checkout@v6
47+ - uses : actions/checkout@v6.0.2
4848 with :
4949 fetch-depth : 0
5050 - name : Setup Miniconda
51- uses : conda-incubator/setup-miniconda@v3.2.0
51+ uses : conda-incubator/setup-miniconda@v4.0.1
5252 with :
5353 channels : conda-forge
5454 python-version : ${{ matrix.python-version }}
8383 mkdir ~/blob_emulator
8484 azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
8585 pytest --cov=zarr --cov-config=pyproject.toml --doctest-plus --cov-report xml --cov=./ --timeout=300
86- - uses : codecov/codecov-action@v5
86+ - uses : codecov/codecov-action@v6
8787 env :
8888 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
8989 with :
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 fail-fast : false
1212
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v6.0.2
1515 with :
1616 submodules : true
1717 fetch-depth : 0
1818
19- - uses : actions/setup-python@v6.1 .0
19+ - uses : actions/setup-python@v6.2 .0
2020 name : Install Python
2121 with :
2222 python-version : ' 3.11'
3636 else
3737 echo "All seem good"
3838 fi
39- - uses : actions/upload-artifact@v6
39+ - uses : actions/upload-artifact@v7
4040 with :
4141 name : releases
4242 path : dist
4545 needs : [build_artifacts]
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/download-artifact@v7
48+ - uses : actions/download-artifact@v8
4949 with :
5050 name : releases
5151 path : dist
@@ -60,11 +60,11 @@ jobs:
6060 runs-on : ubuntu-latest
6161 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6262 steps :
63- - uses : actions/download-artifact@v7
63+ - uses : actions/download-artifact@v8
6464 with :
6565 name : releases
6666 path : dist
67- - uses : pypa/gh-action-pypi-publish@v1.13 .0
67+ - uses : pypa/gh-action-pypi-publish@v1.14 .0
6868 with :
6969 user : __token__
7070 password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 matrix :
1919 python-version : ['3.11', '3.12']
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v6.0.2
2222 with :
2323 fetch-depth : 0
24- - uses : conda-incubator/setup-miniconda@v3.2.0
24+ - uses : conda-incubator/setup-miniconda@v4.0.1
2525 with :
2626 auto-update-conda : true
2727 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments