Skip to content

Commit 2a1dd4d

Browse files
chore(deps): update actions/upload-artifact action to v3.1.1
1 parent b6b7a5d commit 2a1dd4d

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
@@ -52,7 +52,7 @@ jobs:
5252
run: npm run test:coverage
5353

5454
- name: Save Code Coverage
55-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
55+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
5656
with:
5757
name: code-coverage
5858
path: coverage
@@ -127,7 +127,7 @@ jobs:
127127
SCAN_ANNOTATE_PR: true
128128

129129
- name: Save the SCAN reports
130-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
130+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
131131
with:
132132
name: sast-reports
133133
path: reports

0 commit comments

Comments
 (0)