From 77adb076e13c4c4e02195c1b0ecbe53c6a550ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 05:49:47 -0500 Subject: [PATCH] build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#6341) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2b611ddbaa1..a8c01c5a45d 100644 --- a/.github/workflows/false-positive-approvals.yml +++ b/.github/workflows/false-positive-approvals.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 with: ref: generatedSuppressions - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.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 571897171fa..d91d17fedc5 100644 --- a/.github/workflows/false-positive-ops.yml +++ b/.github/workflows/false-positive-ops.yml @@ -41,7 +41,7 @@ jobs: with: issue-body: ${{ github.event.issue.body }} template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.1 with: node-version: 14 - name: Initialize npm