From 46cfe411f63acb0af1247749d2c0eabc0e04730b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:46:54 +0000 Subject: [PATCH] Bump atlassian/gajira-login from 3.0.0 to 3.0.1 Bumps [atlassian/gajira-login](https://github.com/atlassian/gajira-login) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/atlassian/gajira-login/releases) - [Commits](https://github.com/atlassian/gajira-login/compare/ca13f8850ea309cf44a6e4e0c49d9aa48ac3ca4c...45fd029b9f1d6d8926c6f04175aa80c0e42c9026) --- updated-dependencies: - dependency-name: atlassian/gajira-login 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..9fb1340 100644 --- a/.github/workflows/notebook-qa.yml +++ b/.github/workflows/notebook-qa.yml @@ -423,7 +423,7 @@ jobs: (needs.lint.result == 'failure' || needs.execute.result == 'failure') steps: - name: Login to Jira - uses: atlassian/gajira-login@ca13f8850ea309cf44a6e4e0c49d9aa48ac3ca4c # v3 + uses: atlassian/gajira-login@45fd029b9f1d6d8926c6f04175aa80c0e42c9026 # v3.0.1 env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} # zizmor: ignore[secrets-outside-env] JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} # zizmor: ignore[secrets-outside-env]