diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b41e3201..20a7ba41 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -55,7 +55,7 @@ jobs: run: npm run test:coverage - name: Save Code Coverage - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c6a366c94c3e0affe28c06c8df20a878f24da3cf # v3.2.2 with: name: code-coverage path: coverage @@ -134,7 +134,7 @@ jobs: SCAN_ANNOTATE_PR: true - name: Save the SCAN reports - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c6a366c94c3e0affe28c06c8df20a878f24da3cf # v3.2.2 with: name: sast-reports path: reports