Skip to content

Commit 938309b

Browse files
committed
Bump sonarsource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows
1 parent b6beb3a commit 938309b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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 != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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 != ''

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
1111
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
1212
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
1313
github.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=
1616
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1717
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1818
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)