Skip to content

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 #198

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 #198

Workflow file for this run

---
name: SonarCloud analysis
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
sonarcloud:
name: SonarCloud
# Don't start the job if Dependabot opened the PR
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}