Skip to content

Bump SonarAnalyzer.CSharp from 9.31.0.96804 to 9.32.0.97167 #13

Bump SonarAnalyzer.CSharp from 9.31.0.96804 to 9.32.0.97167

Bump SonarAnalyzer.CSharp from 9.31.0.96804 to 9.32.0.97167 #13

# This workflow will approve pull requests from dependabot
name: Auto approve PRs by dependabot
on: [pull_request_target]
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GH_ACTIONS_PR_WRITE }}