Skip to content

Commit bf62ad7

Browse files
chore(deps): update github actions
1 parent f5fc710 commit bf62ad7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
permissions:
2929
id-token: write
3030
steps:
31-
- uses: SonarSource/ci-github-actions/get-build-number@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
31+
- uses: SonarSource/ci-github-actions/get-build-number@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
3232
id: build-number
3333

3434
build:
@@ -43,11 +43,11 @@ jobs:
4343
outputs:
4444
build_number: ${{ steps.build.outputs.build_number }}
4545
steps:
46-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
4848
with:
4949
version: 2026.3.9
50-
- uses: SonarSource/ci-github-actions/build-maven@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
50+
- uses: SonarSource/ci-github-actions/build-maven@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
5151
id: build
5252
with:
5353
sonar-platform: none
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
BUILD_NUMBER: ${{ needs.build-number.outputs.BUILD_NUMBER }}
7171
steps:
72-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
72+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373
with:
7474
fetch-depth: 0
7575
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
@@ -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@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
87+
uses: SonarSource/ci-github-actions/cache@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
8888
with:
8989
path: ~/.sonar/cache
9090
key: sonar-scanner-${{ runner.os }}
91-
- uses: SonarSource/ci-github-actions/config-maven@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
91+
- uses: SonarSource/ci-github-actions/config-maven@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
9292
id: config
9393
with:
9494
artifactory-reader-role: private-reader
@@ -136,11 +136,11 @@ jobs:
136136
env:
137137
BUILD_NUMBER: ${{ needs.build-number.outputs.BUILD_NUMBER }}
138138
steps:
139-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
139+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
140140
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
141141
with:
142142
version: 2026.3.9
143-
- uses: SonarSource/ci-github-actions/config-maven@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
143+
- uses: SonarSource/ci-github-actions/config-maven@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
144144
id: config
145145
with:
146146
artifactory-reader-role: private-reader
@@ -209,7 +209,7 @@ jobs:
209209
category: "-DexcludedGroups=SonarCloud"
210210
java: 17
211211
steps:
212-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
212+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
213213
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
214214
with:
215215
version: 2026.3.9
@@ -227,7 +227,7 @@ jobs:
227227
echo "ORCHESTRATOR_HOME=${ORCHESTRATOR_HOME}" >> "$GITHUB_ENV"
228228
echo "Create dir ${ORCHESTRATOR_HOME} if needed"
229229
mkdir -p "${ORCHESTRATOR_HOME}"
230-
- uses: SonarSource/ci-github-actions/cache@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
230+
- uses: SonarSource/ci-github-actions/cache@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
231231
if: ${{ matrix.sc != true && matrix.sq_version != 'DEV' }}
232232
with:
233233
path: ${{ github.workspace }}/orchestrator/${{ steps.month.outputs.month }}
@@ -246,7 +246,7 @@ jobs:
246246
secrets: |
247247
development/github/token/licenses-ro token | GITHUB_TOKEN;
248248
249-
- uses: SonarSource/ci-github-actions/config-maven@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
249+
- uses: SonarSource/ci-github-actions/config-maven@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
250250
with:
251251
artifactory-reader-role: private-reader
252252
- name: Run QA
@@ -263,7 +263,7 @@ jobs:
263263
mvn -f its/pom.xml -Dsonar.runtimeVersion=${{ matrix.sq_version }} ${{ matrix.category }} verify surefire-report:report
264264
- name: Generate QA test report on failure
265265
if: failure()
266-
uses: dorny/test-reporter@3b635e8e7b844df7a28b859c64db3e064e2dfcdb
266+
uses: dorny/test-reporter@574d6b100c0959c809ab18f599fee9873c114af0
267267
with:
268268
name: QA ${{ matrix.name }} Test Report
269269
reporter: java-junit
@@ -313,7 +313,7 @@ jobs:
313313
env:
314314
BUILD_NUMBER: ${{ needs.build-number.outputs.BUILD_NUMBER }}
315315
steps:
316-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
317-
- uses: SonarSource/ci-github-actions/promote@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26
316+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
317+
- uses: SonarSource/ci-github-actions/promote@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
318318
with:
319319
promote-pull-request: true

.github/workflows/full-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
release:
2626
name: Release
27-
uses: SonarSource/release-github-actions/.github/workflows/ide-automated-release.yml@d4cf9c09a3ee1efe7d4751c6c2c25fed4af93fcd # 1.4.0
27+
uses: SonarSource/release-github-actions/.github/workflows/ide-automated-release.yml@93bd557fd79e727759808a61e813a232aba12c57 # 1.4.1
2828
if: always() && !failure() && !cancelled()
2929
permissions:
3030
statuses: read

.github/workflows/shadow_scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
2121
with:
2222
version: 2026.3.9
23-
- uses: SonarSource/ci-github-actions/build-maven@94416c84682255b8f6e189d54d323d5d41195278 # 1.3.26 # dogfood
23+
- uses: SonarSource/ci-github-actions/build-maven@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27 # dogfood
2424
with:
2525
maven-args: -Dcommercial -Dsonar.coverage.jacoco.xmlReportPaths=${{ github.workspace }}/report-aggregate/target/site/jacoco-aggregate/jacoco.xml
2626
run-shadow-scans: true

0 commit comments

Comments
 (0)