Skip to content

Commit 1af9969

Browse files
committed
chore(deps): update actions/upload-artifact action to v3.1.3
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v3.1.2 | v3.1.3 |
1 parent 05f0384 commit 1af9969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: npm run test:coverage
5656

5757
- name: Save Code Coverage
58-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
58+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5959
with:
6060
name: code-coverage
6161
path: coverage
@@ -134,7 +134,7 @@ jobs:
134134
SCAN_ANNOTATE_PR: true
135135

136136
- name: Save the SCAN reports
137-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
137+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
138138
with:
139139
name: sast-reports
140140
path: reports

0 commit comments

Comments
 (0)