File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 project : ${{ secrets.JIRA_PROJECT }}
2222 issuetype : ${{ secrets.JIRA_ISSUE_TYPE }}
2323 summary : |
24- ${{ github.event.pull_request.title }}
24+ Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
2525 description : |
2626 PR: ${{ github.event.pull_request.html_url }}
2727
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3.5.3
12- - uses : actions/setup-node@v3.7.0
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
1313 with :
14- node-version : " 18 .x"
14+ node-version : " 22 .x"
1515 - run : npm install
1616
1717 - name : install npm packall
2424# Else New release will be created
2525 - name : Bump version and push tag
2626 id : tag_version
27- uses : mathieudutour/github-tag-action@v6.1
27+ uses : mathieudutour/github-tag-action@v6.2
2828 with :
2929 github_token : ${{ secrets.GITHUB_TOKEN }}
3030 default_bump : false
Original file line number Diff line number Diff line change 1- * @ contentstack/security-admin
1+ * @ contentstack/security-admin
You can’t perform that action at this time.
0 commit comments