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 4343 GIT_BRANCH : ${{ secrets.GIT_BRANCH }}
4444
4545 - name : SonarCloud Scan
46- uses : sonarsource/sonarqube-scan-action@v5.3.1
46+ uses : sonarsource/sonarqube-scan-action@v6.0.0
4747 env :
4848 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4949 if : env.SONAR_TOKEN != ''
Original file line number Diff line number Diff line change 6060 GIT_BRANCH : ${{ secrets.GIT_BRANCH }}
6161
6262 - name : SonarCloud Scan
63- uses : sonarsource/sonarqube-scan-action@v5.3.1
63+ uses : sonarsource/sonarqube-scan-action@v6.0.0
6464 env :
6565 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
6666 if : env.SONAR_TOKEN != ''
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/Microsoft/go-winio v0.6.2 // indirect
1818 github.com/ProtonMail/go-crypto v1.3.0 // indirect
1919 github.com/cloudflare/circl v1.6.1 // indirect
20- github.com/cyphar/filepath-securejoin v0.4.1 // indirect
20+ github.com/cyphar/filepath-securejoin v0.5.0 // indirect
2121 github.com/davecgh/go-spew v1.1.1 // indirect
2222 github.com/emirpasic/gods v1.18.1 // indirect
2323 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
1111github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
1212github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0 =
1313github.com/cloudflare/circl v1.6.1 /go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs =
14- github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s =
15- github.com/cyphar/filepath-securejoin v0.4.1 /go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI =
14+ github.com/cyphar/filepath-securejoin v0.5.0 h1:hIAhkRBMQ8nIeuVwcAoymp7MY4oherZdAxD+m0u9zaw =
15+ github.com/cyphar/filepath-securejoin v0.5.0 /go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI =
1616github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1717github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1818github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments