From 0fc4860c98530a6e6d4e89352ef98006af93447c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:47:00 +0000 Subject: [PATCH] Bump atlassian/gajira-create from 3.0.0 to 3.0.1 Bumps [atlassian/gajira-create](https://github.com/atlassian/gajira-create) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/atlassian/gajira-create/releases) - [Commits](https://github.com/atlassian/gajira-create/compare/1ff0b6bd115a780592b47bfbb63fc4629132e6ec...59e177c4f6451399df5b4911c2211104f171e669) --- updated-dependencies: - dependency-name: atlassian/gajira-create dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/notebook-qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-qa.yml b/.github/workflows/notebook-qa.yml index 3df1fcc..9a12519 100644 --- a/.github/workflows/notebook-qa.yml +++ b/.github/workflows/notebook-qa.yml @@ -472,7 +472,7 @@ jobs: echo "labels_json=$LABELS_JSON" >> $GITHUB_OUTPUT - name: Create Jira ticket - uses: atlassian/gajira-create@1ff0b6bd115a780592b47bfbb63fc4629132e6ec # v3 + uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 # v3.0.1 with: project: ${{ secrets.JIRA_PROJECT_KEY }} # zizmor: ignore[secrets-outside-env] issuetype: ${{ inputs.jira_issue_type }}