We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1d37f commit bacb998Copy full SHA for bacb998
1 file changed
.github/workflows/nodejs.yml
@@ -55,7 +55,7 @@ jobs:
55
run: npm run test:coverage
56
57
- name: Save Code Coverage
58
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
59
with:
60
name: code-coverage
61
path: coverage
@@ -134,7 +134,7 @@ jobs:
134
SCAN_ANNOTATE_PR: true
135
136
- name: Save the SCAN reports
137
138
139
name: sast-reports
140
path: reports
0 commit comments