Skip to content

Commit 9ed8241

Browse files
authored
SCANJLIB-274 Fix releasability check (#251)
1 parent 439dfb7 commit 9ed8241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
&& github.event.check_suite.conclusion == 'success'
1919
&& github.event.check_suite.app.slug == 'cirrus-ci'
2020
steps:
21-
- uses: SonarSource/gh-action_releasability/releasability-status@2.1.2
21+
- uses: SonarSource/gh-action_releasability/releasability-status@2.2.0
2222
with:
2323
optional_checks: "Jira"
2424
env:

0 commit comments

Comments
 (0)