Skip to content

Commit c004956

Browse files
2.0.0 (#55)
* 2.0.0
1 parent 2414243 commit c004956

File tree

8 files changed

+22
-10
lines changed

8 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/codeql-action/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

packages/codeql-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [],

packages/language-detector/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

packages/language-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/semgrep-action/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

packages/semgrep-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)