From c60abbaded843120f60b7be0616e5060340e97f0 Mon Sep 17 00:00:00 2001 From: SanderB <79155146+checkiecheck@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:42:00 +0100 Subject: [PATCH] ci: prevent exploit usage on jira action (#230) --- .github/workflows/jiraCreateIssue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jiraCreateIssue.yml b/.github/workflows/jiraCreateIssue.yml index db62ba50f..d55dfe3ab 100644 --- a/.github/workflows/jiraCreateIssue.yml +++ b/.github/workflows/jiraCreateIssue.yml @@ -23,6 +23,6 @@ jobs: project: GT issuetype: Task summary: ${{ github.event.issue.title }} - description: ${{github.event.issue.body}} + description: ${{ github.event.issue.url }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}