Skip to content

Commit 4a1616b

Browse files
authored
Merge pull request #137 from timoa/fix/deps/actions-upload-artifact-3.1.x
2 parents 3c1d37f + bacb998 commit 4a1616b

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)