From 0813f72b98341d7e1cd3b577f8e1be0f1d9e463a Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Fri, 10 Jan 2025 11:16:34 +0100 Subject: [PATCH] Bump releasability action to 2.1.2 --- .github/workflows/releasability.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releasability.yml b/.github/workflows/releasability.yml index f3b1e495..bac8e4b2 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 }}