Skip to content

chore: remove goccy/go-yaml (#375) #301

chore: remove goccy/go-yaml (#375)

chore: remove goccy/go-yaml (#375) #301

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
permissions:
contents: read
jobs:
sonar:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for sonarsource/sonarcloud-github-action to determine which PR to decorate
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2 # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}