Skip to content

Commit

Permalink
Merge branch 'main' into update-trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Jan 8, 2025
2 parents 1390987 + 5f263a7 commit 4ecdd51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: SonarCloud Code Scan
if: ${{ inputs.code-scan }}
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2024-12-31
## 0.0.3-dev - 2025-01-08

### Features

Expand Down Expand Up @@ -45,6 +45,7 @@

### Dependencies

- Use SonarSource/sonarqube-scan-action (PR #153 by @chicco785)
- Bump DavidAnson/markdownlint-cli2-action from 18 to 19 (PR #152 by
@dependabot[bot])
- Bump fjogeleit/yaml-update-action from 0.15.0 to 0.16.0 (PR #151 by
Expand Down

0 comments on commit 4ecdd51

Please sign in to comment.