We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f0384 commit 1af9969Copy full SHA for 1af9969
.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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
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