We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931c7ab commit 703bd92Copy full SHA for 703bd92
.github/workflows/PullRequestCreated.yml
@@ -13,6 +13,7 @@ jobs:
13
# For external PR, ticket should be created manually
14
if: |
15
github.event.pull_request.head.repo.full_name == github.repository
16
+ && !startsWith(github.event.pull_request.title, 'NO-JIRA')
17
steps:
18
- id: secrets
19
uses: SonarSource/vault-action-wrapper@v3
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.sonarsource.parent</groupId>
6
<artifactId>parent</artifactId>
7
- <version>84.0.0.3027</version>
+ <version>85.0.0.3035</version>
8
</parent>
9
10
<groupId>org.sonarsource.scanner.lib</groupId>
0 commit comments