File tree Expand file tree Collapse file tree 6 files changed +38
-6
lines changed
Expand file tree Collapse file tree 6 files changed +38
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : [],
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments