Skip to content

Commit a32757a

Browse files
SONARJAVA-6188 Use plugin-artifacts to fix SQS and SQC integrations (#5511)
1 parent b3407bb commit a32757a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/automated-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ on:
4040
description: "Integrate into SQS"
4141
type: boolean
4242
default: true
43+
bump-version:
44+
description: "Create PR for next iteration"
45+
type: boolean
46+
default: true
4347
issue-categories:
4448
description: "Jira issue categories to include in the release notes"
4549
required: false
@@ -59,6 +63,9 @@ jobs:
5963
with:
6064
project-name: "SonarJava"
6165
plugin-name: "java"
66+
# Artifacts are matched exactly, so this will prevent updating javascript.
67+
plugin-artifacts-sqs: "java"
68+
plugin-artifacts-sqc: "java"
6269
jira-project-key: "SONARJAVA"
6370
runner-environment: "github-ubuntu-latest-s"
6471
rule-props-changed: ${{ github.event.inputs.rule-props-changed }}
@@ -79,6 +86,7 @@ jobs:
7986

8087
bump_versions:
8188
name: Bump versions
89+
if: ${{ github.event.inputs.bump-version == 'true' }}
8290
needs: release
8391
uses: ./.github/workflows/PrepareNextIteration.yml
8492
permissions:

0 commit comments

Comments
 (0)