From fa42ed5b9fa73cf9fea39c1d3ad6cdef139e7025 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 20 Dec 2024 17:06:37 +0100 Subject: [PATCH] ci(npm-test): Bump checkout to v4 and codecov to v5 Signed-off-by: Andy Scherzinger --- .github/workflows/npm-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 21e819636b..935b8ab4c6 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -15,7 +15,10 @@ jobs: name: node${{ matrix.node-version }} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - name: Checkout + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Set up node ${{ matrix.node-version }} uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 @@ -32,7 +35,7 @@ jobs: run: npm run test:coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage-final.json