Skip to content

Commit 0ea4fc3

Browse files
build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#7599)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3529fbe commit 0ea4fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/false-positive-approvals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
ref: generatedSuppressions
27-
- uses: actions/setup-node@v4.3.0
27+
- uses: actions/setup-node@v4.4.0
2828
- run: |
2929
npm install fast-xml-parser@4.0.9
3030
npm install fs

.github/workflows/false-positive-ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
issue-body: ${{ github.event.issue.body }}
4343
template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml
44-
- uses: actions/setup-node@v4.3.0
44+
- uses: actions/setup-node@v4.4.0
4545
with:
4646
node-version: 14
4747
- name: Initialize npm

0 commit comments

Comments
 (0)