File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 env :
1313 relativePath : ./
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 submodules : recursive
18- - uses : actions/setup-go@v5
18+ - uses : actions/setup-go@v6
1919 with :
2020 go-version : ' ^1.24'
2121 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 if : ${{ !github.event.pull_request.head.repo.fork }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1717 submodules : recursive
18- - uses : actions/setup-go@v5
18+ - uses : actions/setup-go@v6
1919 with :
2020 go-version : ' ^1.24'
2121 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ go 1.23.0
55toolchain go1.24.1
66
77require (
8- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2
8+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0
99 github.com/google/uuid v1.6.0
1010 github.com/microsoft/kiota-abstractions-go v1.9.3
1111 github.com/microsoft/kiota-authentication-azure-go v1.3.1
1212 github.com/microsoft/kiota-http-go v1.5.4
1313 github.com/microsoft/kiota-serialization-json-go v1.1.2
14- github.com/stretchr/testify v1.10.0
14+ github.com/stretchr/testify v1.11.1
1515)
1616
1717require (
Original file line number Diff line number Diff line change 1- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2 h1:Hr5FTipp7SL07o2FvoVOX9HRiRH3CR3Mj8pxqCcdD5A =
2- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2 /go.mod h1:QyVsSSN64v5TGltphKLQ2sQxe4OBQg0J1eKRcVBnfgE =
1+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0 h1:ci6Yd6nysBRLEodoziB6ah1+YOzZbZk+NYneoA6q+6E =
2+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0 /go.mod h1:QyVsSSN64v5TGltphKLQ2sQxe4OBQg0J1eKRcVBnfgE =
33github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 h1:9iefClla7iYpfYWdzPCRDozdmndjTm8DXdpCzPajMgA =
44github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 /go.mod h1:XtLgD3ZD34DAaVIIAyG3objl5DynM3CQ/vMcbBNJZGI =
55github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
@@ -31,8 +31,8 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t
3131github.com/rogpeppe/go-internal v1.14.1 /go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc =
3232github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 h1:7hth9376EoQEd1hH4lAp3vnaLP2UMyxuMMghLKzDHyU =
3333github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 /go.mod h1:Z5KcoM0YLC7INlNhEezeIZ0TZNYf7WSNO0Lvah4DSeQ =
34- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
35- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
34+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
35+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
3636go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA =
3737go.opentelemetry.io/auto/sdk v1.1.0 /go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A =
3838go.opentelemetry.io/otel v1.37.0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ =
You can’t perform that action at this time.
0 commit comments