Skip to content

build(deps): Bump annotations 1.4.0 → 1.6.0, asserts 1.6.1 → 1.6.2 and 3 more packages #496

build(deps): Bump annotations 1.4.0 → 1.6.0, asserts 1.6.1 → 1.6.2 and 3 more packages

build(deps): Bump annotations 1.4.0 → 1.6.0, asserts 1.6.1 → 1.6.2 and 3 more packages #496

Workflow file for this run

name: Контроль качества
on:
push:
pull_request:
workflow_dispatch:
jobs:
sonar:
if: github.repository_owner == 'stivo182'
uses: autumn-library/workflows/.github/workflows/sonar.yml@v1
with:
github_repository: Stivo182/BenchmarkOneScript
dotnet_version: "8.x.x"
build_package: true
locale: "en_US"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}