File tree Expand file tree Collapse file tree 8 files changed +22
-10
lines changed
Expand file tree Collapse file tree 8 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0]
11+
1012### Added
1113
1214- Added multi language support
@@ -19,14 +21,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
2022### Changed
2123
22- - Make slack_webhook an optional input ([ #34 ] ( https://github.com/metamask /action-security-code-scanner/pull/34 ) )
24+ - Make slack_webhook an optional input ([ #34 ] ( https://github.com/MetaMask /action-security-code-scanner/pull/34 ) )
2325
2426## [ 1.0.0]
2527
2628### Added
2729
28- - Initial release of this action ([ #29 ] ( https://github.com/metamask /action-security-code-scanner/pull/29 ) )
30+ - Initial release of this action ([ #29 ] ( https://github.com/MetaMask /action-security-code-scanner/pull/29 ) )
2931
30- [ Unreleased ] : https://github.com/metamask/action-security-code-scanner/compare/v1.1.0...HEAD
32+ [ Unreleased ] : https://github.com/metamask/action-security-code-scanner/compare/v2.0.0...HEAD
33+ [ 2.0.0 ] : https://github.com/metamask/action-security-code-scanner/compare/v1.1.0...v2.0.0
3134[ 1.1.0 ] : https://github.com/metamask/action-security-code-scanner/compare/v1.0.0...v1.1.0
3235[ 1.0.0 ] : https://github.com/metamask/action-security-code-scanner/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/action-security-code-scanner" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 2.0 .0" ,
44 "private" : true ,
55 "description" : " Security Code Scanner" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0]
11+
1012### Changed
1113
1214- Migrated action from its separate repository to the monorepo
1315- Added multi language support
1416- Updated CodeQL action to v4
1517
16- [ Unreleased ] : https://github.com/metamask/action-security-code-scanner/
18+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...HEAD
19+ [ 2.0.0 ] : https://github.com/MetaMask/action-security-code-scanner/releases/tag/v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/codeql-action" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "private" : true ,
55 "description" : " Custom CodeQL analysis action" ,
66 "keywords" : [],
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0]
11+
1012### Added
1113
1214- Added support for autodetecting languages using Github API
1315
14- [ Unreleased ] : https://github.com/metamask/action-security-code-scanner/
16+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...HEAD
17+ [ 2.0.0 ] : https://github.com/MetaMask/action-security-code-scanner/releases/tag/v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/language-detector" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "description" : " Language detection and matrix generation for code scanning" ,
55 "type" : " module" ,
66 "main" : " src/index.js" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0]
11+
1012### Changed
1113
1214- Migrated action from its separate repository to the monorepo
1315
14- [ Unreleased ] : https://github.com/metamask/action-security-code-scanner/
16+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...HEAD
17+ [ 2.0.0 ] : https://github.com/MetaMask/action-security-code-scanner/releases/tag/v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/semgrep-action" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "private" : true ,
55 "description" : " Semgrep-based security scanning action" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments