Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 0f4553a

Browse files
build(deps): bump actions/setup-node from 3.8.0 to 3.8.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ee8214 commit 0f4553a

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
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
with:
2525
ref: generatedSuppressions
26-
- uses: actions/[email protected].0
26+
- uses: actions/[email protected].1
2727
- run: |
2828
npm install [email protected]
2929
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/[email protected].0
44+
- uses: actions/[email protected].1
4545
with:
4646
node-version: 14
4747
- name: Initialize npm

0 commit comments

Comments
 (0)