1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
18- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
18+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1919 with :
2020 python-version : 3.x
2121 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2626 name : Lint Commit Messages
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
@@ -47,18 +47,18 @@ jobs:
4747 - macOS-latest
4848 runs-on : ${{ matrix.os }}
4949 steps :
50- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
51- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
50+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
51+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
5252 id : setup-python
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 allow-prereleases : true
56- - uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
56+ - uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
5757 - run : uv sync --no-python-downloads
5858 shell : bash
5959 - run : uv run pytest
6060 shell : bash
61- - uses : codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5
61+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
6262 with :
6363 token : ${{ secrets.CODECOV_TOKEN }}
6464
7777 contents : write
7878
7979 steps :
80- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
80+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8181 with :
8282 fetch-depth : 0
8383 ref : ${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103103 github_token : ${{ secrets.GITHUB_TOKEN }}
104104
105105 - name : Attest build provenance
106- uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
106+ uses : actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4
107107 if : steps.release.outputs.released == 'true'
108108 with :
109109 subject-path : " dist/*"
0 commit comments