Skip to content

chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 (#182) #140

chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 (#182)

chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 (#182) #140

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}