File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 uses : sonarsource/sonarcloud-github-action@master
164164 env :
165165 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
166- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
166+ SONAR_TOKEN : ${{ secrets.SONAR_NEW_TOKEN }}
167167
168168 performance-test-suite-detect-runners :
169169 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -330,4 +330,4 @@ jobs:
330330 uses : sonarsource/sonarcloud-github-action@master
331331 env :
332332 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
333- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
333+ SONAR_TOKEN : ${{ secrets.SONAR_NEW_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
3535 github.com/stretchr/testify v1.8.4
3636 github.com/takama/daemon v0.12.0
3737 golang.org/x/crypto v0.17.0
38- golang.org/x/net v0.19 .0
38+ golang.org/x/net v0.17 .0
3939 golang.org/x/sys v0.15.0
4040 golang.org/x/tools/cmd/cover v0.1.0-deprecated
4141 google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
Original file line number Diff line number Diff line change @@ -603,8 +603,8 @@ golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81R
603603golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
604604golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
605605golang.org/x/net v0.0.0-20210525063256-abc453219eb5 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
606- golang.org/x/net v0.19 .0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c =
607- golang.org/x/net v0.19 .0 /go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U =
606+ golang.org/x/net v0.17 .0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
607+ golang.org/x/net v0.17 .0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
608608golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
609609golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
610610golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
You can’t perform that action at this time.
0 commit comments