We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3529fbe commit 0ea4fc3Copy full SHA for 0ea4fc3
.github/workflows/false-positive-approvals.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
with:
26
ref: generatedSuppressions
27
- - uses: actions/setup-node@v4.3.0
+ - uses: actions/setup-node@v4.4.0
28
- run: |
29
npm install fast-xml-parser@4.0.9
30
npm install fs
.github/workflows/false-positive-ops.yml
@@ -41,7 +41,7 @@ jobs:
41
42
issue-body: ${{ github.event.issue.body }}
43
template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml
44
45
46
node-version: 14
47
- name: Initialize npm
0 commit comments