Skip to content

Commit 360ccac

Browse files
authored
Merge pull request #91 from contentstack/fix/MKT-3124-snyk-fixes
Fix/mkt 3124 snyk fixes
2 parents edfd48e + 05fc455 commit 360ccac

File tree

5 files changed

+2198
-1117
lines changed

5 files changed

+2198
-1117
lines changed

.github/workflows/jira.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ jobs:
2626
PR: ${{ github.event.pull_request.html_url }}
2727
2828
fields: "${{ secrets.JIRA_FIELDS }}"
29+
- name: Transition issue
30+
uses: atlassian/gajira-transition@v3
31+
with:
32+
issue: ${{ steps.create.outputs.issue }}
33+
transition: ${{ secrets.JIRA_TRANSITION }}

.github/workflows/sast-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)