Skip to content

Commit c80296e

Browse files
github-actions[bot]github-actionsMrtenz
authored
2.0.1 (#59)
* 2.0.1 * Revise CHANGELOG for version 2.0.1 Updated CHANGELOG to categorize fixes and clarify changes. * Update all changelogs --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent d8185e6 commit c80296e

File tree

6 files changed

+38
-6
lines changed

6 files changed

+38
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1]
11+
12+
### Fixed
13+
14+
- Use secrets for `project-metrics-token` and `slack-webhook` ([#57](https://github.com/MetaMask/action-security-code-scanner/pull/57))
15+
- These can now be specified as secrets, instead of options under `with`.
16+
1017
## [2.0.0]
1118

1219
### Added
@@ -29,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2936

3037
- Initial release of this action ([#29](https://github.com/MetaMask/action-security-code-scanner/pull/29))
3138

32-
[Unreleased]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.0...HEAD
39+
[Unreleased]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.1...HEAD
40+
[2.0.1]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.0...v2.0.1
3341
[2.0.0]: https://github.com/metamask/action-security-code-scanner/compare/v1.1.0...v2.0.0
3442
[1.1.0]: https://github.com/metamask/action-security-code-scanner/compare/v1.0.0...v1.1.0
3543
[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": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Security Code Scanner",
66
"repository": {

packages/codeql-action/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1]
11+
12+
### Fixed
13+
14+
- Use secrets for `project-metrics-token` and `slack-webhook` ([#57](https://github.com/MetaMask/action-security-code-scanner/pull/57))
15+
- These can now be specified as secrets, instead of options under `with`.
16+
1017
## [2.0.0]
1118

1219
### Changed
@@ -15,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1522
- Added multi language support
1623
- Updated CodeQL action to v4
1724

18-
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...HEAD
25+
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...HEAD
26+
[2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
1927
[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": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Custom CodeQL analysis action",
66
"keywords": [],

packages/language-detector/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1]
11+
12+
### Fixed
13+
14+
- Use secrets for `project-metrics-token` and `slack-webhook` ([#57](https://github.com/MetaMask/action-security-code-scanner/pull/57))
15+
- These can now be specified as secrets, instead of options under `with`.
16+
1017
## [2.0.0]
1118

1219
### Added
1320

1421
- Added support for autodetecting languages using Github API
1522

16-
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...HEAD
23+
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...HEAD
24+
[2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
1725
[2.0.0]: https://github.com/MetaMask/action-security-code-scanner/releases/tag/v2.0.0

packages/semgrep-action/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1]
11+
12+
### Fixed
13+
14+
- Use secrets for `project-metrics-token` and `slack-webhook` ([#57](https://github.com/MetaMask/action-security-code-scanner/pull/57))
15+
- These can now be specified as secrets, instead of options under `with`.
16+
1017
## [2.0.0]
1118

1219
### Changed
1320

1421
- Migrated action from its separate repository to the monorepo
1522

16-
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...HEAD
23+
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...HEAD
24+
[2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
1725
[2.0.0]: https://github.com/MetaMask/action-security-code-scanner/releases/tag/v2.0.0

0 commit comments

Comments
 (0)