File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1616 # Steps represent a sequence of tasks that will be executed as part of the job
1717 steps :
1818 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 ref : " traffic"
2222
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 exit 1
4848
4949 - name : " Checkout source"
50- uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 " # v6.0.0
50+ uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " # v6.0.2
5151 with :
5252 fetch-depth : 0
5353
5454 - name : Set up Python
55- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
55+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
5656 with :
5757 python-version : " 3.12"
5858
7272 # pytest icepyx/tests/integration --verbose --cov app -m "[not] downloads_data"
7373
7474 - name : " Upload coverage report"
75- uses : " codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 " # v5.5.1
75+ uses : " codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de " # v5.5.2
7676 with :
7777 token : " ${{ secrets.CODECOV_TOKEN }}"
Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
1414 # Use the Ruff linter to annotate code style / best-practice issues
1515 # NOTE: More config provided in pyproject.toml
1616 - name : Lint and annotate PR
17- uses : astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5 .1
17+ uses : astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6 .1
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 # fetch all history so that setuptools-scm works
2727 fetch-depth : 0
2828 persist-credentials : false
2929
3030 - name : Set up Python
31- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
31+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3232 with :
3333 python-version : ' 3.11'
3434
5252 ls -lh dist/
5353
5454 - name : Store the distribution packages
55- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
55+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5656 with :
5757 name : python-package-distributions
5858 path : dist/
7272
7373 steps :
7474 - name : Download all the dists
75- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
75+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
7676 with :
7777 name : python-package-distributions
7878 path : dist/
9696
9797 steps :
9898 - name : Download all the dists
99- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
99+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
100100 with :
101101 name : python-package-distributions
102102 path : dist/
Original file line number Diff line number Diff line change 1717 # Steps represent a sequence of tasks that will be executed as part of the job
1818 steps :
1919 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 ref : " traffic"
2323
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 with :
1818 fetch-depth : 0
1919
20- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
20+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2121 with :
2222 python-version : " 3.11"
2323
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out repository
15- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 ref : ${{ github.event.pull_request.head.ref }}
1818 - name : set up environment
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 matrix :
3131 python-version : ["3.11", "3.13"] # NOTE: min and max Python versions supported by icepyx
3232 steps :
33- - uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 " # v6.0.0
33+ - uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " # v6.0.2
3434 with :
3535 fetch-depth : 0
3636
3737 - name : Set up Python
38- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
38+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3939 with :
4040 python-version : " ${{ matrix.python-version }}"
4141
4949 pytest icepyx/tests/unit --verbose --doctest-modules icepyx/core --cov app
5050
5151 - name : " Upload coverage report"
52- uses : " codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 " # v5.5.1
52+ uses : " codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de " # v5.5.2
5353 with :
5454 token : " ${{ secrets.CODECOV_TOKEN }}"
You can’t perform that action at this time.
0 commit comments