Skip to content

chore(deps): bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.1 in /.github/workflows in the github_actions group across 1 directory #90

chore(deps): bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.1 in /.github/workflows in the github_actions group across 1 directory

chore(deps): bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.1 in /.github/workflows in the github_actions group across 1 directory #90

Workflow file for this run

name: pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
lint-semantic:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
deps
revert
chore
docs
style
refactor