Skip to content

Commit 27ad708

Browse files
committed
chore: updated GH actions for mongodb step and sonarqube action
1 parent a17cc55 commit 27ad708

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Start MongoDB
2626
uses: supercharge/[email protected]
2727
with:
28-
mongodb-version: 7.0
28+
mongodb-version: 8.0
2929

3030
- name: Build
3131
run: go build -v ./...
@@ -44,7 +44,7 @@ jobs:
4444
GIT_BRANCH: ${{ secrets.GIT_BRANCH }}
4545

4646
- name: SonarCloud Scan
47-
uses: sonarsource/sonarcloud-github-action@v3.0.0
47+
uses: sonarsource/sonarqube-scan-action@v4.1.0
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/re-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Start MongoDB
2929
uses: supercharge/[email protected]
3030
with:
31-
mongodb-version: 7.0
31+
mongodb-version: 8.0
3232

3333
- name: Build
3434
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Start MongoDB
2424
uses: supercharge/[email protected]
2525
with:
26-
mongodb-version: 7.0
26+
mongodb-version: 8.0
2727

2828
- name: Build
2929
run: go build -v ./...

0 commit comments

Comments
 (0)