File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : New vulnerability {{ env.VULN_ID }} found on {{ env.NODEJS_STREAM }}
3
3
asignees :
4
- labels : {{ env.NODEJS_STREAM }}
4
+ labels : " {{ env.NODEJS_STREAM }}"
5
5
---
6
6
Failed run: {{ env.ACTION_URL }}
7
7
Vulnerability ID: {{ env.VULN_ID }}
Original file line number Diff line number Diff line change 28
28
full_output : ${{ steps.collect_error.outputs.result }}
29
29
steps :
30
30
- name : Setup Python 3.9
31
- uses : actions/setup-python@v3
31
+ uses : actions/setup-python@v4
32
32
with :
33
33
python-version : ' 3.9'
34
34
- name : Checkout current repository
58
58
cat result.log | sed -n 's/.*\(CVE-.*\|GHSA-.*\).*/"\1",/p' | sed '$s/,//'
59
59
echo "]}"
60
60
) | jq -c .)
61
- echo "::set-output name= matrix:: $matrix"
61
+ echo "matrix= $matrix" >> $GITHUB_OUTPUT
62
62
63
63
- name : collect error
64
64
id : collect_error
70
70
content="${content//'%'/'%25'}"
71
71
content="${content//$'\n'/'%0A'}"
72
72
content="${content//$'\r'/'%0D'}"
73
- echo "::set-output name= result:: $content"
73
+ echo "result= $content" >> $GITHUB_OUTPUT
74
74
create-issues :
75
75
needs : check-vulns
76
76
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments