diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2025-01-10 11:16:34 +0100 |
---|---|---|
committer | antoine.vinot <antoine.vinot@sonarsource.com> | 2025-01-10 11:16:34 +0100 |
commit | 0813f72b98341d7e1cd3b577f8e1be0f1d9e463a (patch) | |
tree | d28feae49307080f101a8bd8de82c9976de7292c | |
parent | 4b01d1b8d0d0c9d217fd466484cda461bf548a13 (diff) | |
download | sonar-scanner-cli-avi/bump-releasability-action.tar.gz sonar-scanner-cli-avi/bump-releasability-action.zip |
Bump releasability action to 2.1.2avi/bump-releasability-action
-rw-r--r-- | .github/workflows/releasability.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/releasability.yml b/.github/workflows/releasability.yml index f3b1e49..bac8e4b 100644 --- a/.github/workflows/releasability.yml +++ b/.github/workflows/releasability.yml @@ -18,6 +18,8 @@ jobs: && github.event.check_suite.conclusion == 'success' && github.event.check_suite.app.slug == 'cirrus-ci' steps: - - uses: SonarSource/gh-action_releasability/releasability-status@2.0.1 + - uses: SonarSource/gh-action_releasability/releasability-status@2.1.2 + with: + optional_checks: "Jira" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |