Skip to content

Bump SonarSource/sonarqube-scan-action from 7.1.0 to 7.2.0 in the github-actions-minor-patch group #120

Bump SonarSource/sonarqube-scan-action from 7.1.0 to 7.2.0 in the github-actions-minor-patch group

Bump SonarSource/sonarqube-scan-action from 7.1.0 to 7.2.0 in the github-actions-minor-patch group #120

name: Dependabot Auto-Approve
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Fetch Dependabot metadata
id: metadata
continue-on-error: true
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98
- name: Auto-approve minor and patch updates
if: steps.metadata.outcome == 'success' && contains(fromJSON('["version-update:semver-minor", "version-update:semver-patch"]'), steps.metadata.outputs.update-type)
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363
with:
github-token: ${{ github.token }}