File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
project : ${{ secrets.JIRA_PROJECT }}
22
22
issuetype : ${{ secrets.JIRA_ISSUE_TYPE }}
23
23
summary : |
24
- ${{ github.event.pull_request.title }}
24
+ Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
25
25
description : |
26
26
PR: ${{ github.event.pull_request.html_url }}
27
27
Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
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
13
13
with :
14
- node-version : " 18 .x"
14
+ node-version : " 22 .x"
15
15
- run : npm install
16
16
17
17
- name : install npm packall
24
24
# Else New release will be created
25
25
- name : Bump version and push tag
26
26
id : tag_version
27
- uses : mathieudutour/github-tag-action@v6.1
27
+ uses : mathieudutour/github-tag-action@v6.2
28
28
with :
29
29
github_token : ${{ secrets.GITHUB_TOKEN }}
30
30
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