Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Upgrade Curl to address CVE-2024-6874 and CVE-2024-6197 #25

Upgrade Curl to address CVE-2024-6874 and CVE-2024-6197

Upgrade Curl to address CVE-2024-6874 and CVE-2024-6197 #25

Workflow file for this run

---
name: Export issue to Jira
on:
issues:
types: [labeled]
permissions:
issues: write
jobs:
export:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
with:
jira-project: PA
jira-base-url: ${{ vars.jira_base_url }}
jira-user-email: ${{ vars.jira_user_email }}
secrets:
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}