Skip to content

chore(deps): bump SonarSource/sonarcloud-github-action from 2.3.0 to 3.0.0 #247

chore(deps): bump SonarSource/sonarcloud-github-action from 2.3.0 to 3.0.0

chore(deps): bump SonarSource/sonarcloud-github-action from 2.3.0 to 3.0.0 #247

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Audit
run: |
go mod download
make audit
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
if: github.ref_name == 'main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}