Skip to content

Commit

Permalink
feat: Setup Dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Jul 25, 2024
1 parent 00f031d commit fd96f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-security-issue-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
const issueBody = `
A security vulnerability has been detected in the **${alert.package_name}** package.
**Severity**: **${alert.severity}**
**Severity**: ${alert.severity}
**Summary**: **${alert.summary}**
**Summary**: ${alert.summary}
**Details**: [View alert](${alert.url})
Expand Down

0 comments on commit fd96f5c

Please sign in to comment.