2828 permissions :
2929 id-token : write
3030 steps :
31- - uses : SonarSource/ci-github-actions/get-build-number@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
31+ - uses : SonarSource/ci-github-actions/get-build-number@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
3232 id : build-number
3333
3434 build :
4747 - uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
4848 with :
4949 version : 2026.3.15
50- - uses : SonarSource/ci-github-actions/build-maven@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
50+ - uses : SonarSource/ci-github-actions/build-maven@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
5151 id : build
5252 with :
5353 sonar-platform : none
@@ -84,11 +84,11 @@ jobs:
8484 development/kv/data/next token | NEXT_TOKEN;
8585 - name : Cache Sonar Scanner artifacts
8686 id : sonar-scanner-cache
87- uses : SonarSource/ci-github-actions/cache@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
87+ uses : SonarSource/ci-github-actions/cache@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
8888 with :
8989 path : ~/.sonar/cache
9090 key : sonar-scanner-${{ runner.os }}
91- - uses : SonarSource/ci-github-actions/config-maven@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
91+ - uses : SonarSource/ci-github-actions/config-maven@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
9292 id : config
9393 with :
9494 artifactory-reader-role : private-reader
@@ -119,7 +119,7 @@ jobs:
119119 fail-on-empty : false
120120 - name : Upload failure diagnostics
121121 if : failure()
122- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
122+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
123123 with :
124124 name : linux-test-report
125125 path : |
@@ -140,7 +140,7 @@ jobs:
140140 - uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
141141 with :
142142 version : 2026.3.15
143- - uses : SonarSource/ci-github-actions/config-maven@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
143+ - uses : SonarSource/ci-github-actions/config-maven@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
144144 id : config
145145 with :
146146 artifactory-reader-role : private-reader
@@ -162,7 +162,7 @@ jobs:
162162 fail-on-empty : false
163163 - name : Upload failure diagnostics
164164 if : failure()
165- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
165+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
166166 with :
167167 name : windows-test-report
168168 path : |
@@ -226,7 +226,7 @@ jobs:
226226 echo "ORCHESTRATOR_HOME=${ORCHESTRATOR_HOME}" >> "$GITHUB_ENV"
227227 echo "Create dir ${ORCHESTRATOR_HOME} if needed"
228228 mkdir -p "${ORCHESTRATOR_HOME}"
229- - uses : SonarSource/ci-github-actions/cache@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
229+ - uses : SonarSource/ci-github-actions/cache@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
230230 if : ${{ matrix.sc != true && matrix.sq_version != 'DEV' }}
231231 with :
232232 path : ${{ github.workspace }}/orchestrator/${{ steps.month.outputs.month }}
@@ -245,7 +245,7 @@ jobs:
245245 secrets : |
246246 development/github/token/licenses-ro token | GITHUB_TOKEN;
247247
248- - uses : SonarSource/ci-github-actions/config-maven@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
248+ - uses : SonarSource/ci-github-actions/config-maven@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
249249 with :
250250 artifactory-reader-role : private-reader
251251 - name : Run QA
@@ -272,7 +272,7 @@ jobs:
272272 fail-on-empty : false
273273 - name : Upload failure diagnostics
274274 if : failure()
275- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
275+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
276276 with :
277277 name : qa-test-report ${{ matrix.name }}
278278 path : |
@@ -313,6 +313,6 @@ jobs:
313313 BUILD_NUMBER : ${{ needs.build-number.outputs.BUILD_NUMBER }}
314314 steps :
315315 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
316- - uses : SonarSource/ci-github-actions/promote@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
316+ - uses : SonarSource/ci-github-actions/promote@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
317317 with :
318318 promote-pull-request : true
0 commit comments