3131 os : windows-latest
3232
3333 steps :
34- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535 with :
3636 persist-credentials : false
3737 - uses : ./.github/actions/uvbuild
4545 test-build-install :
4646 runs-on : ubuntu-24.04
4747 steps :
48- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949 with :
5050 persist-credentials : false
5151 - name : Set up Python
6969 ruff-lint :
7070 runs-on : ubuntu-24.04
7171 steps :
72- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
72+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7373 with :
7474 persist-credentials : false
7575 - uses : ./.github/actions/uvbuild
7979 ruff-format :
8080 runs-on : ubuntu-24.04
8181 steps :
82- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
82+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8383 with :
8484 persist-credentials : false
8585 - uses : ./.github/actions/uvbuild
8989 ty :
9090 runs-on : ubuntu-24.04
9191 steps :
92- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
92+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9393 with :
9494 persist-credentials : false
9595 - uses : ./.github/actions/uvbuild
@@ -100,7 +100,7 @@ jobs:
100100 reuse :
101101 runs-on : ubuntu-latest
102102 steps :
103- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
103+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
104104 with :
105105 persist-credentials : false
106106 - name : Check REUSE Compliance
0 commit comments