We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994c850 commit 73cb22dCopy full SHA for 73cb22d
.github/workflows/version_update.yml
@@ -8,6 +8,9 @@ jobs:
8
update-version:
9
name: Prepare pull request for sonar-scanner version update
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ pull-requests: write
14
steps:
15
- run: sudo apt install -y jq
16
@@ -34,7 +37,7 @@ jobs:
34
37
shell: bash
35
38
env:
36
39
UPDATE_BRANCH: update-to-sonar-scanner-${{ steps.latest-version.outputs.sonar-scanner-version }}
- TITLE: "Update sonar-scanner-version to ${{ steps.latest-version.outputs.sonar-scanner-version }}"
40
+ TITLE: "Update SonarScanner CLI to ${{ steps.latest-version.outputs.sonar-scanner-version }}"
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
43
git config --global user.name "SonarTech"
0 commit comments