Skip to content

Commit

Permalink
chore: updated GH actions for mongodb step and sonarqube action
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Dec 10, 2024
1 parent a17cc55 commit 27ad708
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 7.0
mongodb-version: 8.0

- name: Build
run: go build -v ./...
Expand All @@ -44,7 +44,7 @@ jobs:
GIT_BRANCH: ${{ secrets.GIT_BRANCH }}

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v3.0.0
uses: sonarsource/sonarqube-scan-action@v4.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/re-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 7.0
mongodb-version: 8.0

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 7.0
mongodb-version: 8.0

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 27ad708

Please sign in to comment.