File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 contents : read
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323 with :
2424 persist-credentials : false
2525
Original file line number Diff line number Diff line change 1717 id-token : write
1818 contents : read
1919 steps :
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 with :
2222 persist-credentials : false
2323 - name : Set up Python
Original file line number Diff line number Diff line change 1818 GITHUB_APP_ID : ${{ secrets.TEST_GITHUB_APP_ID }}
1919 GITHUB_APP_PRIVATE_KEY : ${{ secrets.TEST_GITHUB_APP_PRIVATE_KEY }}
2020 steps :
21- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222 with :
2323 persist-credentials : false
2424 - uses : ./.github/actions/uvbuild
Original file line number Diff line number Diff line change 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
8888 ty :
8989 runs-on : ubuntu-24.04
9090 steps :
91- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
91+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9292 with :
9393 persist-credentials : false
9494 - uses : ./.github/actions/uvbuild
9999 reuse :
100100 runs-on : ubuntu-latest
101101 steps :
102- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
102+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
103103 with :
104104 persist-credentials : false
105105 - name : Check REUSE Compliance
You can’t perform that action at this time.
0 commit comments