From 724a9dd5085b2c61a93c368a704bff0364798a50 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" <129506189+hashicorp-tsccr[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:38:57 -0400 Subject: [PATCH] SEC-090: Automated trusted workflow pinning (2023-08-02) (#272) 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 909935e1..cee84f68 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"