From cb31be90c48a9efb9163088261db01f6eedbc26b Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" <129506189+hashicorp-tsccr[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:49:11 -0400 Subject: [PATCH] SEC-090: Automated trusted workflow pinning (2023-08-02) (#158) Co-authored-by: hashicorp-tsccr[bot] --- .github/workflows/send-to-jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-to-jira.yml b/.github/workflows/send-to-jira.yml index 909935e12..cee84f686 100644 --- a/.github/workflows/send-to-jira.yml +++ b/.github/workflows/send-to-jira.yml @@ -26,7 +26,7 @@ jobs: - name: Create task in DevEx board if: github.event.label.name == 'tf-devex-triage' && !steps.search.outputs.issue - uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 #v3.0.1 + uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 # v3.0.1 with: project: TFECO issuetype: "Task"