From e00df701e30bb686433b57f8be64f5c32c9f802d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 01:01:22 +0000 Subject: [PATCH] Bump actions/setup-node from 3.5.0 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/false-positive-approvals.yml | 2 +- .github/workflows/false-positive-ops.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/false-positive-approvals.yml b/.github/workflows/false-positive-approvals.yml index 357d58c44c5..03ca271ed77 100644 --- a/.github/workflows/false-positive-approvals.yml +++ b/.github/workflows/false-positive-approvals.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 with: ref: generatedSuppressions - - uses: actions/setup-node@v3.5.0 + - uses: actions/setup-node@v3.5.1 - run: | npm install fast-xml-parser@4.0.9 npm install fs diff --git a/.github/workflows/false-positive-ops.yml b/.github/workflows/false-positive-ops.yml index a2963788957..c6932a3dd29 100644 --- a/.github/workflows/false-positive-ops.yml +++ b/.github/workflows/false-positive-ops.yml @@ -33,7 +33,7 @@ jobs: id: issue-parser with: template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml - - uses: actions/setup-node@v3.5.0 + - uses: actions/setup-node@v3.5.1 with: node-version: 14 - name: Initialize npm