Skip to content

Commit bacb998

Browse files
chore(deps): update actions/upload-artifact action to v3.1.2
1 parent 3c1d37f commit bacb998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
58+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
137+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
138138
with:
139139
name: sast-reports
140140
path: reports

0 commit comments

Comments
 (0)