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 b6b7a5d commit 2a1dd4dCopy full SHA for 2a1dd4d
.github/workflows/nodejs.yml
@@ -52,7 +52,7 @@ jobs:
52
run: npm run test:coverage
53
54
- name: Save Code Coverage
55
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
+ uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
56
with:
57
name: code-coverage
58
path: coverage
@@ -127,7 +127,7 @@ jobs:
127
SCAN_ANNOTATE_PR: true
128
129
- name: Save the SCAN reports
130
131
132
name: sast-reports
133
path: reports
0 commit comments