Skip to content

Merge pull request #147 from bmazzarol/dependabot/nuget/all-4f080c37aa #224

Merge pull request #147 from bmazzarol/dependabot/nuget/all-4f080c37aa

Merge pull request #147 from bmazzarol/dependabot/nuget/all-4f080c37aa #224

Workflow file for this run

name: CI Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Build and analyze
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- uses: bmazzarol/bmazzarol/.github/actions/ci-build@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}
sonarProjectKey: bmazzarol_Http-BuildR