Skip to content

Commit 1493172

Browse files
authored
Merge branch 'main' into renovate/actions-setup-node-6.x
2 parents 8056675 + 9508626 commit 1493172

File tree

5 files changed

+2422
-285
lines changed

5 files changed

+2422
-285
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: ml
4343
# You can override MegaLinter flavor used to have faster performances
4444
# More info at https://megalinter.io/latest/flavors/
45-
uses: oxsecurity/megalinter/flavors/javascript@v8
45+
uses: oxsecurity/megalinter/flavors/javascript@v9
4646
env:
4747
# All available variables are described in documentation
4848
# https://megalinter.io/latest/configuration/

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Beta
44

5+
- Fix yarn dependencies warnings
6+
57
## [3.2.0] 2024-08-22
68

79
- Upgrade npm dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Version](https://img.shields.io/npm/v/node-sarif-builder.svg)](https://npmjs.org/package/node-sarif-builder)
44
[![Downloads/week](https://img.shields.io/npm/dw/node-sarif-builder.svg)](https://npmjs.org/package/node-sarif-builder)
55
[![Downloads/total](https://img.shields.io/npm/dt/node-sarif-builder.svg)](https://npmjs.org/package/node-sarif-builder)<!-- gh-dependents-info-used-by-start -->
6-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=900&color=informational&logo=slickpic)](https://github.com/nvuillam/node-sarif-builder/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
6+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2987&color=informational&logo=slickpic)](https://github.com/nvuillam/node-sarif-builder/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
77
[![Test](https://github.com/nvuillam/node-sarif-builder/workflows/Test/badge.svg?branch=main)](https://github.com/nvuillam/node-sarif-builder/actions?query=workflow%3ATest+branch%3Amain)
88
[![Mega-Linter](https://github.com/nvuillam/node-sarif-builder/workflows/MegaLinter/badge.svg?branch=main)](https://megalinter.github.io/)
99
[![GitHub contributors](https://img.shields.io/github/contributors/nvuillam/node-sarif-builder.svg)](https://github.com/nvuillam/node-sarif-builder/graphs/contributors/)

0 commit comments

Comments
 (0)