@@ -34,12 +34,12 @@ jobs:
3434 ]
3535 fail-fast : false
3636 steps :
37- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
37+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3838 with :
3939 fetch-depth : 0
4040 persist-credentials : false
4141 - name : Install uv
42- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 6.4.3
42+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
4343 - name : Install tox
4444 run : uv tool install tox --with tox-uv
4545 - name : Setup SocketCAN
6767 needs : test
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
70+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
7171 with :
7272 fetch-depth : 0
7373 persist-credentials : false
@@ -80,12 +80,12 @@ jobs:
8080 static-code-analysis :
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
83+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
8484 with :
8585 fetch-depth : 0
8686 persist-credentials : false
8787 - name : Install uv
88- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 6.4.3
88+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
8989 - name : Install tox
9090 run : uv tool install tox --with tox-uv
9191 - name : Run linters
@@ -98,12 +98,12 @@ jobs:
9898 docs :
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
101+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
102102 with :
103103 fetch-depth : 0
104104 persist-credentials : false
105105 - name : Install uv
106- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 6.4.3
106+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
107107 - name : Install tox
108108 run : uv tool install tox --with tox-uv
109109 - name : Build documentation
@@ -114,12 +114,12 @@ jobs:
114114 name : Packaging
115115 runs-on : ubuntu-latest
116116 steps :
117- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
117+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
118118 with :
119119 fetch-depth : 0
120120 persist-credentials : false
121121 - name : Install uv
122- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 6.4.3
122+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
123123 - name : Build wheel and sdist
124124 run : uv build
125125 - name : Check build artifacts
@@ -147,7 +147,7 @@ jobs:
147147 merge-multiple : true
148148
149149 - name : Generate artifact attestation
150- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # 2.4 .0
150+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # 3.0 .0
151151 with :
152152 subject-path : ' dist/*'
153153
0 commit comments