Skip to content

Commit 703bd92

Browse files
committed
NO-JIRA Update parent pom to 85.0.0.3035
1 parent 931c7ab commit 703bd92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/PullRequestCreated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
# For external PR, ticket should be created manually
1414
if: |
1515
github.event.pull_request.head.repo.full_name == github.repository
16+
&& !startsWith(github.event.pull_request.title, 'NO-JIRA')
1617
steps:
1718
- id: secrets
1819
uses: SonarSource/vault-action-wrapper@v3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.parent</groupId>
66
<artifactId>parent</artifactId>
7-
<version>84.0.0.3027</version>
7+
<version>85.0.0.3035</version>
88
</parent>
99

1010
<groupId>org.sonarsource.scanner.lib</groupId>

0 commit comments

Comments
 (0)