@@ -20,15 +20,13 @@ jobs:
2020 id-token : write
2121 steps :
2222
23- # sonarcloud-ignore githubactions:S7637
2423 - uses : actions/create-github-app-token@v2
2524 id : app-token
2625 with :
2726 app-id : ${{ vars.CI_APP_ID }}
2827 private-key : ${{ secrets.CI_PRIVATE_KEY }}
2928
3029 - name : Checkout
31- # sonarcloud-ignore githubactions:S7637
3230 uses : actions/checkout@v5
3331 with :
3432 fetch-depth : 0
@@ -47,14 +45,12 @@ jobs:
4745 git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
4846
4947 - name : Setup NodeJS
50- # sonarcloud-ignore githubactions:S7637
5148 uses : actions/setup-node@v5
5249 with :
5350 node-version : " 22"
5451 registry-url : " https://registry.npmjs.org"
5552
5653 - name : Setup Java
57- # sonarcloud-ignore githubactions:S7637
5854 uses : actions/setup-java@v5
5955 with :
6056 distribution : " temurin" # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
6460 cache : " maven"
6561
6662 - name : Setup settings.xml
67- # sonarcloud-ignore githubactions:S7637
68636964 with :
7065 override : true
@@ -117,7 +112,6 @@ jobs:
117112
118113 - name : Create Release on GH
119114 id : tag-and-release
120- # sonarcloud-ignore githubactions:S7637
121115 uses : avakar/tag-and-release@v1
122116 with :
123117 draft : true
@@ -127,7 +121,6 @@ jobs:
127121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
128122
129123 - name : Add SPI to github release
130- # sonarcloud-ignore githubactions:S7637
131124 uses : actions/upload-release-asset@v1
132125 with :
133126 upload_url : ${{ steps.tag-and-release.outputs.upload_url }}
0 commit comments