Skip to content

Commit 86bdd0d

Browse files
SLCORE-2268 Update github actions (#1954)
1 parent 00f8a8b commit 86bdd0d

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 11 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@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29
31+
- uses: SonarSource/ci-github-actions/get-build-number@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
3232
id: build-number
3333

3434
build:
@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/full-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
release:
1818
name: Release
19-
uses: SonarSource/release-github-actions/.github/workflows/ide-automated-release.yml@2d944d5ff92467db2dee4e1629a6c1b88cc6e953 # 1.4.3
19+
uses: SonarSource/release-github-actions/.github/workflows/ide-automated-release.yml@6f94d0d49b2bb6d324f3110ef078e3a5bd95604e # 1.5.4
2020
if: always() && !failure() && !cancelled()
2121
permissions:
2222
statuses: read
@@ -46,7 +46,7 @@ jobs:
4646
NEW_VERSION: ${{ needs.release.outputs.new-version }}
4747
run: |
4848
mvn versions:set -DgenerateBackupPoms=false -DnewVersion="$NEW_VERSION-SNAPSHOT"
49-
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
49+
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
5050
with:
5151
author: ${{ github.actor }} <${{ github.actor }}>
5252
commit-message: Prepare next development iteration

.github/workflows/releasability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
if: github.event.workflow_run.conclusion == 'success'
1919
steps:
20-
- uses: SonarSource/gh-action_releasability/releasability-status@683b9a1ffd08c3a23af1d1bffb67a9d7bcfb1b08 # 3.0.4
20+
- uses: SonarSource/gh-action_releasability/releasability-status@52f09917764eac5a80045d103bfa91e7eaf0c8d6 # 3.0.5
2121
with:
2222
optional_checks: "Jira"
2323
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
id-token: write
2424
contents: write
25-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@c52861bb0e5dd564187f3fd74e048f20aef0f761 # 6.5.0
25+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@4ac0f4304e2858f8144ac48037bb135b5fdac1ad # 6.7.1
2626
with:
2727
version: ${{ inputs.version }}
2828
releaseId: ${{ inputs.releaseId }}

.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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
2121
with:
2222
version: 2026.3.15
23-
- uses: SonarSource/ci-github-actions/build-maven@d8400ed2a8b8019e4dfe43d612a7eb6280334968 # 1.3.29 # dogfood
23+
- uses: SonarSource/ci-github-actions/build-maven@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34 # 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)