File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ name: Checks
1818permissions :
1919 checks : write
2020 contents : read
21+ pull-requests : read
2122jobs :
2223 checks :
2324 name : Checks
2425 runs-on : ubuntu-latest
2526 steps :
2627 - name : Check out code
27- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2829 - name : Set up Go
2930 uses : actions/setup-go@v6
3031 with :
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Check out code
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 - name : Set up Go
3232 uses : actions/setup-go@v6
3333 with :
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Check out code
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 - name : Post coverage report
48484949 with :
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Check out code
63- uses : actions/checkout@v5
63+ uses : actions/checkout@v6
6464 - name : Set up Go
6565 uses : actions/setup-go@v6
6666 with :
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Check out code
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 - name : Set up Go
3232 uses : actions/setup-go@v6
3333 with :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/godbus/dbus/v5 v5.1.0
1414 github.com/onsi/ginkgo/v2 v2.26.0
1515 github.com/onsi/gomega v1.38.2
16- github.com/sapcc/go-api-declarations v1.17.4
16+ github.com/sapcc/go-api-declarations v1.18.0
1717 k8s.io/api v0.34.1
1818 k8s.io/apimachinery v0.34.1
1919 k8s.io/client-go v0.34.1
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUO
157157github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII =
158158github.com/rogpeppe/go-internal v1.13.1 /go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o =
159159github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
160- github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo =
161- github.com/sapcc/go-api-declarations v1.17.4 /go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg =
160+ github.com/sapcc/go-api-declarations v1.18.0 h1:I73wuBKJEAeAI7nYuB4tHY9n9pydj5mgM7Zn+9fryAA =
161+ github.com/sapcc/go-api-declarations v1.18.0 /go.mod h1:N2klk2oDNa1lsS6gUBnCDJedHy/c2vmwJ1sryckRW40 =
162162github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
163163github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
164164github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
You can’t perform that action at this time.
0 commit comments