Skip to content

Commit fd409c4

Browse files
github-actions[bot]github-actions
andauthored
2.0.2 (#61)
Co-authored-by: github-actions <[email protected]>
1 parent a75a3a3 commit fd409c4

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"description": "Security Code Scanner",
66
"repository": {

packages/language-detector/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.2]
11+
12+
### Uncategorized
13+
14+
- Update language detector and job configurator to add Github Actions support by default ([#60](https://github.com/MetaMask/action-security-code-scanner/pull/60))
15+
1016
### Changed
1117

1218
- Updated job configurator to add Github Actions support by default
@@ -24,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2430

2531
- Added support for autodetecting languages using Github API
2632

27-
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...HEAD
33+
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.2...HEAD
34+
[2.0.2]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.2
2835
[2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
2936
[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": "2.0.0",
3+
"version": "2.0.2",
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,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.2]
11+
1012
## [2.0.1]
1113

1214
### Fixed
@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022

2123
- Migrated action from its separate repository to the monorepo
2224

23-
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...HEAD
25+
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.2...HEAD
26+
[2.0.2]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.2
2427
[2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
2528
[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": "2.0.0",
3+
"version": "2.0.2",
44
"private": true,
55
"description": "Semgrep-based security scanning action",
66
"keywords": [

0 commit comments

Comments
 (0)